Html Css Color HEX #306881 Astral

📋 copy color: '#306881'

red 48 ◦ green 104 ◦ blue 129

#306881
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astral #306881

Tints of Astral #306881

RGB

 RED value IS 48 (19.14% from 255) = 17.08%

 GREEN value IS 104 (41.02% from 255) = 37.01%

 BLUE value IS 129 (50.78% from 255) = 45.91%

R = 17.08%
G = 37.01%
B = 45.91%

CMYK

 C value IS 0.63

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#306881 (or 0x306881) is known color: Astral. HEX triplet: 30, 68 and 81. RGB value is (48,104,129). Sum of RGB (Red+Green+Blue) = 48+104+129=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 129 - color contains mainly: blue. Hex color #306881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306881 is #CF977E. Grayscale: #595959. Windows color (decimal): -13604735 or 8480816. OLE color: 8480816.

HSL color Cylindrical-coordinate representation of color #306881: hue angle of 198.52º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #306881 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 104 129 -
CMYK 0.63 0.19 0 0.49
HSL 198.52º 0.46% 0.35% -
HSV(B) 198.52º 0.63% 0.51% -
XYZ 10.13 12.11 22.57 -
YUV 90.11 149.95 97.97 -
System Red Green Blue C M Y K H S L
Decimal 48 104 129 0.63 0.19 0 0.49 198.52 0.46 0.35
Hex 30 68 81 3F 13 0 31 C7 2E 23
Octal 60 150 201 77 23 0 61 307 56 43
Binary 110000 1101000 10000001 111111 10011 0 110001 11000111 101110 100011

Color Harmonies of #306881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306881

Black with #306881

Text Example


Text Example

White with #306881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306881; }

 p { color: rgb(48,104,129); }

 H1.HeaderClassName
 {
   color: #306881;
 }
 .AnyTagClassName
 {
   color: #306881;
 }
</style>

background-color css

<style>
 a { background-color: #306881; }

 a { background-color: rgb(48,104,129); }

 div.DivClassName
 {
   background-color: #306881;
 }
 .BgClassName
 {
   background-color: #306881;
 }
</style>

border-color css

<style>
 span { border-color: #306881; }

 span { border-color: rgb(48,104,129); }

 td.TdClassName
 {
   border-color: #306881;
 }
 .TagClassName
 {
   border-color: #306881;
 }
</style>