Html Css Color HEX #306E8E Astral

📋 copy color: '#306E8E'

red 48 ◦ green 110 ◦ blue 142

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

Shades of Astral #306E8E

Tints of Astral #306E8E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.67%

 BLUE value IS 142 (55.86% from 255) = 47.33%

R = 16%
G = 36.67%
B = 47.33%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#306E8E (or 0x306E8E) is known color: Astral. HEX triplet: 30, 6E and 8E. RGB value is (48,110,142). Sum of RGB (Red+Green+Blue) = 48+110+142=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 110 (43.36% from 255 or 36.67% from 300); Blue value is 142 (55.86% from 255 or 47.33% from 300); Max value from RGB is 142 - color contains mainly: blue. Hex color #306E8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306E8E is #CF9171. Grayscale: #5E5E5E. Windows color (decimal): -13603186 or 9334320. OLE color: 9334320.

HSL color Cylindrical-coordinate representation of color #306E8E: hue angle of 200.43º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #306E8E is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 110 142 -
CMYK 0.66 0.23 0 0.44
HSL 200.43º 0.49% 0.37% -
HSV(B) 200.43º 0.66% 0.56% -
XYZ 11.68 13.73 27.63 -
YUV 95.11 154.46 94.4 -
System Red Green Blue C M Y K H S L
Decimal 48 110 142 0.66 0.23 0 0.44 200.43 0.49 0.37
Hex 30 6E 8E 42 17 0 2C C8 31 25
Octal 60 156 216 102 27 0 54 310 61 45
Binary 110000 1101110 10001110 1000010 10111 0 101100 11001000 110001 100101

Color Harmonies of #306E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306E8E

Black with #306E8E

Text Example


Text Example

White with #306E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,110,142); }

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

background-color css

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

 a { background-color: rgb(48,110,142); }

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

border-color css

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

 span { border-color: rgb(48,110,142); }

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