#306E90

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

Shades of Astral #306E90

Tints of Astral #306E90

Color information

#306E90 (or 0x306E90) is unknown color: approx Astral. HEX triplet: 30, 6E and 90. RGB value is (48,110,144). Sum of RGB (Red+Green+Blue) = 48+110+144=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 144 (56.64% from 255 or 47.68% from 302); Max value from RGB is 144 - color contains mainly: blue. Hex color #306E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306E90 is #CF916F. Grayscale: #5F5F5F. Windows color (decimal): -13603184 or 9465392. OLE color: 9465392.

HSL color Cylindrical-coordinate representation of color #306E90: hue angle of 201.25º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #306E90 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB48110144-
CMYK0.670.2400.44
HSL201.25º50%37.65%-
HSV(B)201.25º66.67%56.47%-
XYZ11.8313.7928.42-
YUV95.34155.4694.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.89%
GREEN value IS 110 (43.36% from 255) = 36.42%
BLUE value IS 144 (56.64% from 255) = 47.68%
R=15.89%
G=36.42%
B=47.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal481101440.670.2400.44201.255037.65
Hex306E90431802Cc93226
Octal60156220103300543116246
Binary110000110111010010000100001111000010110011001001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #306E90;
 }
 .AnyTagClassName
 {
   color: #306E90;
 }
</style>
background-color css

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

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

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

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

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

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