#33664E

Color #33664E Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #33664E

Tints of Spectra #33664E

Color information

#33664E (or 0x33664E) is unknown color: approx Spectra. HEX triplet: 33, 66 and 4E. RGB value is (51,102,78). Sum of RGB (Red+Green+Blue) = 51+102+78=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 102 (40.23% from 255 or 44.16% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 102 - color contains mainly: green. Hex color #33664E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33664E is #CC99B1. Grayscale: #545454. Windows color (decimal): -13408690 or 5137971. OLE color: 5137971.

HSL color Cylindrical-coordinate representation of color #33664E: hue angle of 151.76º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #33664E is Cyan = 0.5, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB5110278-
CMYK0.500.240.6
HSL151.76º33.33%30%-
HSV(B)151.76º50%40%-
XYZ7.4910.768.89-
YUV84.01124.6104.45-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.08%
GREEN value IS 102 (40.23% from 255) = 44.16%
BLUE value IS 78 (30.86% from 255) = 33.77%
R=22.08%
G=44.16%
B=33.77%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal51102780.500.240.6151.7633.3330
Hex33664E320183C98211e
Octal6314611662030742304136
Binary110011110011010011101100100110001111001001100010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33664E; }

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

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

<style>
 a { background-color: #33664E; }

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

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

<style>
 span { border-color: #33664E; }

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

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