#33687C

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

Shades of Astral #33687C

Tints of Astral #33687C

Color information

#33687C (or 0x33687C) is unknown color: approx Astral. HEX triplet: 33, 68 and 7C. RGB value is (51,104,124). Sum of RGB (Red+Green+Blue) = 51+104+124=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 124 - color contains mainly: blue. Hex color #33687C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33687C is #CC9783. Grayscale: #5A5A5A. Windows color (decimal): -13408132 or 8153139. OLE color: 8153139.

HSL color Cylindrical-coordinate representation of color #33687C: hue angle of 196.44º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33687C is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB51104124-
CMYK0.590.1600.51
HSL196.44º41.71%34.31%-
HSV(B)196.44º58.87%48.63%-
XYZ9.9512.0620.87-
YUV90.43146.9499.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.28%
GREEN value IS 104 (41.02% from 255) = 37.28%
BLUE value IS 124 (48.83% from 255) = 44.44%
R=18.28%
G=37.28%
B=44.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal511041240.590.1600.51196.4441.7134.31
Hex33687C3B10033c42a22
Octal6315017473200633045242
Binary1100111101000111110011101110000011001111000100101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33687C; }

 p { color: rgb(51,104,124); }

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

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

 a { background-color: rgb(51,104,124); }

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

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

 span { border-color: rgb(51,104,124); }

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