#336585

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

Shades of Astral #336585

Tints of Astral #336585

Color information

#336585 (or 0x336585) is unknown color: approx Astral. HEX triplet: 33, 65 and 85. RGB value is (51,101,133). Sum of RGB (Red+Green+Blue) = 51+101+133=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #336585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336585 is #CC9A7A. Grayscale: #595959. Windows color (decimal): -13408891 or 8742195. OLE color: 8742195.

HSL color Cylindrical-coordinate representation of color #336585: hue angle of 203.41º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #336585 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB51101133-
CMYK0.620.2400.48
HSL203.41º44.57%36.08%-
HSV(B)203.41º61.65%52.16%-
XYZ10.2511.723.91-
YUV89.7152.44100.4-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.89%
GREEN value IS 101 (39.84% from 255) = 35.44%
BLUE value IS 133 (52.34% from 255) = 46.67%
R=17.89%
G=35.44%
B=46.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal511011330.620.2400.48203.4144.5736.08
Hex3365853E18030cb2d24
Octal6314520576300603135544
Binary11001111001011000010111111011000011000011001011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336585; }

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

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

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

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

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

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

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

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