#33374E

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

Shades of Lucky Point #33374E

Tints of Lucky Point #33374E

Color information

#33374E (or 0x33374E) is unknown color: approx Lucky Point. HEX triplet: 33, 37 and 4E. RGB value is (51,55,78). Sum of RGB (Red+Green+Blue) = 51+55+78=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 78 (30.86% from 255 or 42.39% from 184); Max value from RGB is 78 - color contains mainly: blue. Hex color #33374E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33374E is #CCC8B1. Grayscale: #383838. Windows color (decimal): -13420722 or 5125939. OLE color: 5125939.

HSL color Cylindrical-coordinate representation of color #33374E: hue angle of 231.11º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #33374E is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB515578-
CMYK0.350.2900.69
HSL231.11º20.93%25.29%-
HSV(B)231.11º34.62%30.59%-
XYZ4.113.997.76-
YUV56.43140.17124.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.72%
GREEN value IS 55 (21.88% from 255) = 29.89%
BLUE value IS 78 (30.86% from 255) = 42.39%
R=27.72%
G=29.89%
B=42.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5155780.350.2900.69231.1120.9325.29
Hex33374E231D045e71519
Octal6367116433501053472531
Binary11001111011110011101000111110101000101111001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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