#336A92

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

Shades of Astral #336A92

Tints of Astral #336A92

Color information

#336A92 (or 0x336A92) is unknown color: approx Astral. HEX triplet: 33, 6A and 92. RGB value is (51,106,146). Sum of RGB (Red+Green+Blue) = 51+106+146=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 146 - color contains mainly: blue. Hex color #336A92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336A92 is #CC956D. Grayscale: #5D5D5D. Windows color (decimal): -13407598 or 9595443. OLE color: 9595443.

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

Color convert

RGB51106146-
CMYK0.650.2700.43
HSL205.26º48.22%38.63%-
HSV(B)205.26º65.07%57.25%-
XYZ11.7113.0929.1-
YUV94.12157.2897.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.83%
GREEN value IS 106 (41.80% from 255) = 34.98%
BLUE value IS 146 (57.42% from 255) = 48.18%
R=16.83%
G=34.98%
B=48.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal511061460.650.2700.43205.2648.2238.63
Hex336A92411B02Bcd3027
Octal63152222101330533156047
Binary110011110101010010010100000111011010101111001101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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