#336588

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

Shades of Astral #336588

Tints of Astral #336588

Color information

#336588 (or 0x336588) is unknown color: approx Astral. HEX triplet: 33, 65 and 88. RGB value is (51,101,136). Sum of RGB (Red+Green+Blue) = 51+101+136=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 136 (53.52% from 255 or 47.22% from 288); Max value from RGB is 136 - color contains mainly: blue. Hex color #336588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336588 is #CC9A77. Grayscale: #595959. Windows color (decimal): -13408888 or 8938803. OLE color: 8938803.

HSL color Cylindrical-coordinate representation of color #336588: hue angle of 204.71º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #336588 is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB51101136-
CMYK0.620.2600.47
HSL204.71º45.45%36.67%-
HSV(B)204.71º62.5%53.33%-
XYZ10.4611.7925.02-
YUV90.04153.94100.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.71%
GREEN value IS 101 (39.84% from 255) = 35.07%
BLUE value IS 136 (53.52% from 255) = 47.22%
R=17.71%
G=35.07%
B=47.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal511011360.620.2600.47204.7145.4536.67
Hex3365883E1A02Fcd2d25
Octal6314521076320573155545
Binary11001111001011000100011111011010010111111001101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336588; }

 p { color: rgb(51,101,136); }

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

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

 a { background-color: rgb(51,101,136); }

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

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

 span { border-color: rgb(51,101,136); }

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