Html Css Color HEX #306A89 Astral

📋 copy color: '#306A89'

red 48 ◦ green 106 ◦ blue 137

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

Shades of Astral #306A89

Tints of Astral #306A89

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.43%

 BLUE value IS 137 (53.91% from 255) = 47.08%

R = 16.49%
G = 36.43%
B = 47.08%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#306A89 (or 0x306A89) is known color: Astral. HEX triplet: 30, 6A and 89. RGB value is (48,106,137). Sum of RGB (Red+Green+Blue) = 48+106+137=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 106 (41.80% from 255 or 36.43% from 291); Blue value is 137 (53.91% from 255 or 47.08% from 291); Max value from RGB is 137 - color contains mainly: blue. Hex color #306A89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306A89 is #CF9576. Grayscale: #5C5C5C. Windows color (decimal): -13604215 or 9005616. OLE color: 9005616.

HSL color Cylindrical-coordinate representation of color #306A89: hue angle of 200.9º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #306A89 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 48 106 137 -
CMYK 0.65 0.23 0 0.46
HSL 200.9º 0.48% 0.36% -
HSV(B) 200.9º 0.65% 0.54% -
XYZ 10.89 12.74 25.55 -
YUV 92.19 153.28 96.48 -
System Red Green Blue C M Y K H S L
Decimal 48 106 137 0.65 0.23 0 0.46 200.9 0.48 0.36
Hex 30 6A 89 41 17 0 2E C9 30 24
Octal 60 152 211 101 27 0 56 311 60 44
Binary 110000 1101010 10001001 1000001 10111 0 101110 11001001 110000 100100

Color Harmonies of #306A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306A89

Black with #306A89

Text Example


Text Example

White with #306A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306A89; }

 p { color: rgb(48,106,137); }

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

background-color css

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

 a { background-color: rgb(48,106,137); }

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

border-color css

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

 span { border-color: rgb(48,106,137); }

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