#336985

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

Shades of Astral #336985

Tints of Astral #336985

Color information

#336985 (or 0x336985) is unknown color: approx Astral. HEX triplet: 33, 69 and 85. RGB value is (51,105,133). Sum of RGB (Red+Green+Blue) = 51+105+133=289 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.65% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #336985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336985 is #CC967A. Grayscale: #5B5B5B. Windows color (decimal): -13407867 or 8743219. OLE color: 8743219.

HSL color Cylindrical-coordinate representation of color #336985: hue angle of 200.49º 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 #336985 is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB51105133-
CMYK0.620.2100.48
HSL200.49º44.57%36.08%-
HSV(B)200.49º61.65%52.16%-
XYZ10.6512.524.04-
YUV92.05151.1198.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.65%
GREEN value IS 105 (41.41% from 255) = 36.33%
BLUE value IS 133 (52.34% from 255) = 46.02%
R=17.65%
G=36.33%
B=46.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal511051330.620.2100.48200.4944.5736.08
Hex3369853E15030c82d24
Octal6315120576250603105544
Binary11001111010011000010111111010101011000011001000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336985; }

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

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

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

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

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

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

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

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