#33667D

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

Shades of Astral #33667D

Tints of Astral #33667D

Color information

#33667D (or 0x33667D) is unknown color: approx Astral. HEX triplet: 33, 66 and 7D. RGB value is (51,102,125). Sum of RGB (Red+Green+Blue) = 51+102+125=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 125 - color contains mainly: blue. Hex color #33667D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33667D is #CC9982. Grayscale: #595959. Windows color (decimal): -13408643 or 8218163. OLE color: 8218163.

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

Color convert

RGB51102125-
CMYK0.590.1800.51
HSL198.65º42.05%34.51%-
HSV(B)198.65º59.2%49.02%-
XYZ9.8211.6921.14-
YUV89.37148.1100.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.35%
GREEN value IS 102 (40.23% from 255) = 36.69%
BLUE value IS 125 (49.22% from 255) = 44.96%
R=18.35%
G=36.69%
B=44.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal511021250.590.1800.51198.6542.0534.51
Hex33667D3B12033c72a23
Octal6314617573220633075243
Binary1100111100110111110111101110010011001111000111101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33667D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33667D; }

 p { color: rgb(51,102,125); }

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

<style>
 a { background-color: #33667D; }

 a { background-color: rgb(51,102,125); }

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

<style>
 span { border-color: #33667D; }

 span { border-color: rgb(51,102,125); }

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