#336C8C

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

Shades of Astral #336C8C

Tints of Astral #336C8C

Color information

#336C8C (or 0x336C8C) is unknown color: approx Astral. HEX triplet: 33, 6C and 8C. RGB value is (51,108,140). Sum of RGB (Red+Green+Blue) = 51+108+140=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 140 (55.08% from 255 or 46.82% from 299); Max value from RGB is 140 - color contains mainly: blue. Hex color #336C8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336C8C is #CC9373. Grayscale: #5E5E5E. Windows color (decimal): -13407092 or 9202739. OLE color: 9202739.

HSL color Cylindrical-coordinate representation of color #336C8C: hue angle of 201.57º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #336C8C is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB51108140-
CMYK0.640.2300.45
HSL201.57º46.6%37.45%-
HSV(B)201.57º63.57%54.9%-
XYZ11.4613.3226.78-
YUV94.6153.6296.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.06%
GREEN value IS 108 (42.58% from 255) = 36.12%
BLUE value IS 140 (55.08% from 255) = 46.82%
R=17.06%
G=36.12%
B=46.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511081400.640.2300.45201.5746.637.45
Hex336C8C401702Dca2f25
Octal63154214100270553125745
Binary110011110110010001100100000010111010110111001010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,108,140); }

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

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

 a { background-color: rgb(51,108,140); }

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

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

 span { border-color: rgb(51,108,140); }

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