#252952

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

Shades of Lucky Point #252952

Tints of Lucky Point #252952

Color information

#252952 (or 0x252952) is unknown color: approx Lucky Point. HEX triplet: 25, 29 and 52. RGB value is (37,41,82). Sum of RGB (Red+Green+Blue) = 37+41+82=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 82 (32.42% from 255 or 51.25% from 160); Max value from RGB is 82 - color contains mainly: blue. Hex color #252952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252952 is #DAD6AD. Grayscale: #2C2C2C. Windows color (decimal): -14341806 or 5384485. OLE color: 5384485.

HSL color Cylindrical-coordinate representation of color #252952: hue angle of 234.67º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #252952 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB374182-
CMYK0.550.5000.68
HSL234.67º37.82%23.33%-
HSV(B)234.67º54.88%32.16%-
XYZ3.082.598.32-
YUV44.48149.17122.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.12%
GREEN value IS 41 (16.41% from 255) = 25.62%
BLUE value IS 82 (32.42% from 255) = 51.25%
R=23.12%
G=25.62%
B=51.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3741820.550.5000.68234.6737.8223.33
Hex2529523732044eb2617
Octal4551122676201043534627
Binary1001011010011010010110111110010010001001110101110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252952; }

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

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

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

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

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

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

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

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