#306c91

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

Shades of Astral #306C91

Tints of Astral #306C91

Color information

#306C91 (or 0x306C91) is unknown color: approx Astral. HEX triplet: 30, 6C and 91. RGB value is (48,108,145). Sum of RGB (Red+Green+Blue) = 48+108+145=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 145 (57.03% from 255 or 48.17% from 301); Max value from RGB is 145 - color contains mainly: blue. Hex color #306C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306C91 is #CF936E. Grayscale: #5E5E5E. Windows color (decimal): -13603695 or 9530416. OLE color: 9530416.

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

Color convert

RGB48108145-
CMYK0.670.2600.43
HSL202.89º50.26%37.84%-
HSV(B)202.89º66.9%56.86%-
XYZ11.6913.428.76-
YUV94.28156.6294.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.95%
GREEN value IS 108 (42.58% from 255) = 35.88%
BLUE value IS 145 (57.03% from 255) = 48.17%
R=15.95%
G=35.88%
B=48.17%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal481081450.670.2600.43202.8950.2637.84
Hex306C91431A02Bcb3226
Octal60154221103320533136246
Binary110000110110010010001100001111010010101111001011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306c91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,108,145); }

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

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

 a { background-color: rgb(48,108,145); }

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

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

 span { border-color: rgb(48,108,145); }

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