#33344F

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

Shades of Lucky Point #33344F

Tints of Lucky Point #33344F

Color information

#33344F (or 0x33344F) is unknown color: approx Lucky Point. HEX triplet: 33, 34 and 4F. RGB value is (51,52,79). Sum of RGB (Red+Green+Blue) = 51+52+79=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 79 - color contains mainly: blue. Hex color #33344F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33344F is #CCCBB0. Grayscale: #363636. Windows color (decimal): -13421489 or 5190707. OLE color: 5190707.

HSL color Cylindrical-coordinate representation of color #33344F: hue angle of 237.86º degrees, saturation: 0.22, 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 #33344F is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB515279-
CMYK0.350.3400.69
HSL237.86º21.54%25.49%-
HSV(B)237.86º35.44%30.98%-
XYZ43.727.9-
YUV54.78141.67125.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.02%
GREEN value IS 52 (20.70% from 255) = 28.57%
BLUE value IS 79 (31.25% from 255) = 43.41%
R=28.02%
G=28.57%
B=43.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5152790.350.3400.69237.8621.5425.49
Hex33344F2322045ee1619
Octal6364117434201053562631
Binary110011110100100111110001110001001000101111011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33344F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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