#33374D

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

Shades of Lucky Point #33374D

Tints of Lucky Point #33374D

Color information

#33374D (or 0x33374D) is unknown color: approx Lucky Point. HEX triplet: 33, 37 and 4D. RGB value is (51,55,77). Sum of RGB (Red+Green+Blue) = 51+55+77=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 77 - color contains mainly: blue. Hex color #33374D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33374D is #CCC8B2. Grayscale: #383838. Windows color (decimal): -13420723 or 5060403. OLE color: 5060403.

HSL color Cylindrical-coordinate representation of color #33374D: hue angle of 230.77º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #33374D is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB515577-
CMYK0.340.2900.70
HSL230.77º20.31%25.1%-
HSV(B)230.77º33.77%30.2%-
XYZ4.073.977.57-
YUV56.31139.67124.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.87%
GREEN value IS 55 (21.88% from 255) = 30.05%
BLUE value IS 77 (30.47% from 255) = 42.08%
R=27.87%
G=30.05%
B=42.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5155770.340.2900.70230.7720.3125.1
Hex33374D221D046e71419
Octal6367115423501063472431
Binary11001111011110011011000101110101000110111001111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,55,77); }

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

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

 a { background-color: rgb(51,55,77); }

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

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

 span { border-color: rgb(51,55,77); }

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