#33344A

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

Shades of Lucky Point #33344A

Tints of Lucky Point #33344A

Color information

#33344A (or 0x33344A) is unknown color: approx Lucky Point. HEX triplet: 33, 34 and 4A. RGB value is (51,52,74). Sum of RGB (Red+Green+Blue) = 51+52+74=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 74 - color contains mainly: blue. Hex color #33344A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33344A is #CCCBB5. Grayscale: #363636. Windows color (decimal): -13421494 or 4863027. OLE color: 4863027.

HSL color Cylindrical-coordinate representation of color #33344A: hue angle of 237.39º 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 #33344A is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB515274-
CMYK0.310.3000.71
HSL237.39º18.4%24.51%-
HSV(B)237.39º31.08%29.02%-
XYZ3.833.656.98-
YUV54.21139.17125.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.81%
GREEN value IS 52 (20.70% from 255) = 29.38%
BLUE value IS 74 (29.30% from 255) = 41.81%
R=28.81%
G=29.38%
B=41.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5152740.310.3000.71237.3918.424.51
Hex33344A1F1E047ed1219
Octal6364112373601073552231
Binary1100111101001001010111111111001000111111011011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33344A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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