#336F92

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

Shades of Astral #336F92

Tints of Astral #336F92

Color information

#336F92 (or 0x336F92) is unknown color: approx Astral. HEX triplet: 33, 6F and 92. RGB value is (51,111,146). Sum of RGB (Red+Green+Blue) = 51+111+146=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #336F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336F92 is #CC906D. Grayscale: #606060. Windows color (decimal): -13406318 or 9596723. OLE color: 9596723.

HSL color Cylindrical-coordinate representation of color #336F92: hue angle of 202.11º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #336F92 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB51111146-
CMYK0.650.2400.43
HSL202.11º48.22%38.63%-
HSV(B)202.11º65.07%57.25%-
XYZ12.2414.1529.28-
YUV97.05155.6295.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.56%
GREEN value IS 111 (43.75% from 255) = 36.04%
BLUE value IS 146 (57.42% from 255) = 47.40%
R=16.56%
G=36.04%
B=47.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal511111460.650.2400.43202.1148.2238.63
Hex336F92411802Bca3027
Octal63157222101300533126047
Binary110011110111110010010100000111000010101111001010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336F92; }

 p { color: rgb(51,111,146); }

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

<style>
 a { background-color: #336F92; }

 a { background-color: rgb(51,111,146); }

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

<style>
 span { border-color: #336F92; }

 span { border-color: rgb(51,111,146); }

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