#32334A

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

Shades of Lucky Point #32334A

Tints of Lucky Point #32334A

Color information

#32334A (or 0x32334A) is unknown color: approx Lucky Point. HEX triplet: 32, 33 and 4A. RGB value is (50,51,74). Sum of RGB (Red+Green+Blue) = 50+51+74=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 74 - color contains mainly: blue. Hex color #32334A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32334A is #CDCCB5. Grayscale: #353535. Windows color (decimal): -13487286 or 4862770. OLE color: 4862770.

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

Color convert

RGB505174-
CMYK0.320.3100.71
HSL237.5º19.35%24.31%-
HSV(B)237.5º32.43%29.02%-
XYZ3.743.546.97-
YUV53.32139.67125.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.57%
GREEN value IS 51 (20.31% from 255) = 29.14%
BLUE value IS 74 (29.30% from 255) = 42.29%
R=28.57%
G=29.14%
B=42.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5051740.320.3100.71237.519.3524.31
Hex32334A201F047ee1318
Octal6263112403701073562330
Binary11001011001110010101000001111101000111111011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32334A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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