#33364A

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

Shades of Lucky Point #33364A

Tints of Lucky Point #33364A

Color information

#33364A (or 0x33364A) is unknown color: approx Lucky Point. HEX triplet: 33, 36 and 4A. RGB value is (51,54,74). Sum of RGB (Red+Green+Blue) = 51+54+74=179 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.49% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 74 (29.30% from 255 or 41.34% from 179); Max value from RGB is 74 - color contains mainly: blue. Hex color #33364A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33364A is #CCC9B5. Grayscale: #373737. Windows color (decimal): -13420982 or 4863539. OLE color: 4863539.

HSL color Cylindrical-coordinate representation of color #33364A: hue angle of 232.17º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #33364A is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB515474-
CMYK0.310.2700.71
HSL232.17º18.4%24.51%-
HSV(B)232.17º31.08%29.02%-
XYZ3.923.847.01-
YUV55.38138.51124.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.49%
GREEN value IS 54 (21.48% from 255) = 30.17%
BLUE value IS 74 (29.30% from 255) = 41.34%
R=28.49%
G=30.17%
B=41.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5154740.310.2700.71232.1718.424.51
Hex33364A1F1B047e81219
Octal6366112373301073502231
Binary1100111101101001010111111101101000111111010001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33364A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33364A; }

 p { color: rgb(51,54,74); }

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

<style>
 a { background-color: #33364A; }

 a { background-color: rgb(51,54,74); }

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

<style>
 span { border-color: #33364A; }

 span { border-color: rgb(51,54,74); }

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