#252A48

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

Shades of Lucky Point #252A48

Tints of Lucky Point #252A48

Color information

#252A48 (or 0x252A48) is unknown color: approx Lucky Point. HEX triplet: 25, 2A and 48. RGB value is (37,42,72). Sum of RGB (Red+Green+Blue) = 37+42+72=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 42 (16.80% from 255 or 27.81% from 151); Blue value is 72 (28.52% from 255 or 47.68% from 151); Max value from RGB is 72 - color contains mainly: blue. Hex color #252A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252A48 is #DAD5B7. Grayscale: #2B2B2B. Windows color (decimal): -14341560 or 4729381. OLE color: 4729381.

HSL color Cylindrical-coordinate representation of color #252A48: hue angle of 231.43º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #252A48 is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB374272-
CMYK0.490.4200.72
HSL231.43º32.11%21.37%-
HSV(B)231.43º48.61%28.24%-
XYZ2.762.526.47-
YUV43.92143.84123.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.50%
GREEN value IS 42 (16.80% from 255) = 27.81%
BLUE value IS 72 (28.52% from 255) = 47.68%
R=24.50%
G=27.81%
B=47.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3742720.490.4200.72231.4332.1121.37
Hex252A48312A048e72015
Octal4552110615201103474025
Binary1001011010101001000110001101010010010001110011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252A48; }

 p { color: rgb(37,42,72); }

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

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

 a { background-color: rgb(37,42,72); }

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

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

 span { border-color: rgb(37,42,72); }

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