#33677C

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

Shades of Astral #33677C

Tints of Astral #33677C

Color information

#33677C (or 0x33677C) is unknown color: approx Astral. HEX triplet: 33, 67 and 7C. RGB value is (51,103,124). Sum of RGB (Red+Green+Blue) = 51+103+124=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 124 - color contains mainly: blue. Hex color #33677C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33677C is #CC9883. Grayscale: #595959. Windows color (decimal): -13408388 or 8152883. OLE color: 8152883.

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

Color convert

RGB51103124-
CMYK0.590.1700.51
HSL197.26º41.71%34.31%-
HSV(B)197.26º58.87%48.63%-
XYZ9.8511.8620.84-
YUV89.85147.27100.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.35%
GREEN value IS 103 (40.62% from 255) = 37.05%
BLUE value IS 124 (48.83% from 255) = 44.60%
R=18.35%
G=37.05%
B=44.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal511031240.590.1700.51197.2641.7134.31
Hex33677C3B11033c52a22
Octal6314717473210633055242
Binary1100111100111111110011101110001011001111000101101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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