#252B48

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

Shades of Lucky Point #252B48

Tints of Lucky Point #252B48

Color information

#252B48 (or 0x252B48) is unknown color: approx Lucky Point. HEX triplet: 25, 2B and 48. RGB value is (37,43,72). Sum of RGB (Red+Green+Blue) = 37+43+72=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 72 (28.52% from 255 or 47.37% from 152); Max value from RGB is 72 - color contains mainly: blue. Hex color #252B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252B48 is #DAD4B7. Grayscale: #2C2C2C. Windows color (decimal): -14341304 or 4729637. OLE color: 4729637.

HSL color Cylindrical-coordinate representation of color #252B48: hue angle of 229.71º 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 #252B48 is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB374372-
CMYK0.490.4000.72
HSL229.71º32.11%21.37%-
HSV(B)229.71º48.61%28.24%-
XYZ2.82.596.48-
YUV44.51143.51122.64-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.34%
GREEN value IS 43 (17.19% from 255) = 28.29%
BLUE value IS 72 (28.52% from 255) = 47.37%
R=24.34%
G=28.29%
B=47.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3743720.490.4000.72229.7132.1121.37
Hex252B483128048e62015
Octal4553110615001103464025
Binary1001011010111001000110001101000010010001110011010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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