#33697C

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

Shades of Astral #33697C

Tints of Astral #33697C

Color information

#33697C (or 0x33697C) is unknown color: approx Astral. HEX triplet: 33, 69 and 7C. RGB value is (51,105,124). Sum of RGB (Red+Green+Blue) = 51+105+124=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 124 - color contains mainly: blue. Hex color #33697C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33697C is #CC9683. Grayscale: #5A5A5A. Windows color (decimal): -13407876 or 8153395. OLE color: 8153395.

HSL color Cylindrical-coordinate representation of color #33697C: hue angle of 195.62º 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 #33697C is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB51105124-
CMYK0.590.1500.51
HSL195.62º41.71%34.31%-
HSV(B)195.62º58.87%48.63%-
XYZ10.0512.2620.91-
YUV91.02146.6199.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.21%
GREEN value IS 105 (41.41% from 255) = 37.5%
BLUE value IS 124 (48.83% from 255) = 44.29%
R=18.21%
G=37.5%
B=44.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal511051240.590.1500.51195.6241.7134.31
Hex33697C3BF033c42a22
Octal6315117473170633045242
Binary110011110100111111001110111111011001111000100101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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