#336C84

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

Shades of Astral #336C84

Tints of Astral #336C84

Color information

#336C84 (or 0x336C84) is unknown color: approx Astral. HEX triplet: 33, 6C and 84. RGB value is (51,108,132). Sum of RGB (Red+Green+Blue) = 51+108+132=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 132 - color contains mainly: blue. Hex color #336C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336C84 is #CC937B. Grayscale: #5D5D5D. Windows color (decimal): -13407100 or 8678451. OLE color: 8678451.

HSL color Cylindrical-coordinate representation of color #336C84: hue angle of 197.78º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #336C84 is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB51108132-
CMYK0.610.1800.48
HSL197.78º44.26%35.88%-
HSV(B)197.78º61.36%51.76%-
XYZ10.8913.0923.78-
YUV93.69149.6297.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.53%
GREEN value IS 108 (42.58% from 255) = 37.11%
BLUE value IS 132 (51.95% from 255) = 45.36%
R=17.53%
G=37.11%
B=45.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal511081320.610.1800.48197.7844.2635.88
Hex336C843D12030c62c24
Octal6315420475220603065444
Binary11001111011001000010011110110010011000011000110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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