#252955

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

Shades of Lucky Point #252955

Tints of Lucky Point #252955

Color information

#252955 (or 0x252955) is unknown color: approx Lucky Point. HEX triplet: 25, 29 and 55. RGB value is (37,41,85). Sum of RGB (Red+Green+Blue) = 37+41+85=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #252955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252955 is #DAD6AA. Grayscale: #2C2C2C. Windows color (decimal): -14341803 or 5581093. OLE color: 5581093.

HSL color Cylindrical-coordinate representation of color #252955: hue angle of 235º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #252955 is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB374185-
CMYK0.560.5200.67
HSL235º39.34%23.92%-
HSV(B)235º56.47%33.33%-
XYZ3.22.648.93-
YUV44.82150.67122.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.70%
GREEN value IS 41 (16.41% from 255) = 25.15%
BLUE value IS 85 (33.59% from 255) = 52.15%
R=22.70%
G=25.15%
B=52.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3741850.560.5200.6723539.3423.92
Hex2529553834043eb2718
Octal4551125706401033534730
Binary1001011010011010101111000110100010000111110101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252955; }

 p { color: rgb(37,41,85); }

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

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

 a { background-color: rgb(37,41,85); }

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

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

 span { border-color: rgb(37,41,85); }

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