#336D92

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

Shades of Astral #336D92

Tints of Astral #336D92

Color information

#336D92 (or 0x336D92) is unknown color: approx Astral. HEX triplet: 33, 6D and 92. RGB value is (51,109,146). Sum of RGB (Red+Green+Blue) = 51+109+146=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 146 - color contains mainly: blue. Hex color #336D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336D92 is #CC926D. Grayscale: #5F5F5F. Windows color (decimal): -13406830 or 9596211. OLE color: 9596211.

HSL color Cylindrical-coordinate representation of color #336D92: hue angle of 203.37º 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 #336D92 is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB51109146-
CMYK0.650.2500.43
HSL203.37º48.22%38.63%-
HSV(B)203.37º65.07%57.25%-
XYZ12.0213.7229.21-
YUV95.88156.2895.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.67%
GREEN value IS 109 (42.97% from 255) = 35.62%
BLUE value IS 146 (57.42% from 255) = 47.71%
R=16.67%
G=35.62%
B=47.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal511091460.650.2500.43203.3748.2238.63
Hex336D92411902Bcb3027
Octal63155222101310533136047
Binary110011110110110010010100000111001010101111001011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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