#306C92

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

Shades of Astral #306C92

Tints of Astral #306C92

Color information

#306C92 (or 0x306C92) is unknown color: approx Astral. HEX triplet: 30, 6C and 92. RGB value is (48,108,146). Sum of RGB (Red+Green+Blue) = 48+108+146=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 146 - color contains mainly: blue. Hex color #306C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306C92 is #CF936D. Grayscale: #5E5E5E. Windows color (decimal): -13603694 or 9595952. OLE color: 9595952.

HSL color Cylindrical-coordinate representation of color #306C92: hue angle of 203.27º degrees, saturation: 0.51, 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 #306C92 is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB48108146-
CMYK0.670.2600.43
HSL203.27º50.52%38.04%-
HSV(B)203.27º67.12%57.25%-
XYZ11.7713.4329.17-
YUV94.39157.1294.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.89%
GREEN value IS 108 (42.58% from 255) = 35.76%
BLUE value IS 146 (57.42% from 255) = 48.34%
R=15.89%
G=35.76%
B=48.34%

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
Decimal481081460.670.2600.43203.2750.5238.04
Hex306C92431A02Bcb3326
Octal60154222103320533136346
Binary110000110110010010010100001111010010101111001011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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