#306E8E

Color #306E8E Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #306E8E

Tints of Astral #306E8E

Color information

#306E8E (or 0x306E8E) is unknown color: approx 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

RGB48110142-
CMYK0.660.2300.44
HSL200.43º49.47%37.25%-
HSV(B)200.43º66.2%55.69%-
XYZ11.6813.7327.63-
YUV95.11154.4694.4-

RGB Variations

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

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 (Cyan) values IS 0.66
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal481101420.660.2300.44200.4349.4737.25
Hex306E8E421702Cc83125
Octal60156216102270543106145
Binary110000110111010001110100001010111010110011001000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>