#333455

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

Shades of Lucky Point #333455

Tints of Lucky Point #333455

Color information

#333455 (or 0x333455) is unknown color: approx Lucky Point. HEX triplet: 33, 34 and 55. RGB value is (51,52,85). Sum of RGB (Red+Green+Blue) = 51+52+85=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 85 (33.59% from 255 or 45.21% from 188); Max value from RGB is 85 - color contains mainly: blue. Hex color #333455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333455 is #CCCBAA. Grayscale: #373737. Windows color (decimal): -13421483 or 5583923. OLE color: 5583923.

HSL color Cylindrical-coordinate representation of color #333455: hue angle of 238.24º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #333455 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB515285-
CMYK0.400.3900.67
HSL238.24º25%26.67%-
HSV(B)238.24º40%33.33%-
XYZ4.233.829.11-
YUV55.46144.67124.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.13%
GREEN value IS 52 (20.70% from 255) = 27.66%
BLUE value IS 85 (33.59% from 255) = 45.21%
R=27.13%
G=27.66%
B=45.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5152850.400.3900.67238.242526.67
Hex3334552827043ee191b
Octal6364125504701033563133
Binary110011110100101010110100010011101000011111011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333455; }

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

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

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

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

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

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

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

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