#252948

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

Shades of Lucky Point #252948

Tints of Lucky Point #252948

Color information

#252948 (or 0x252948) is unknown color: approx Lucky Point. HEX triplet: 25, 29 and 48. RGB value is (37,41,72). Sum of RGB (Red+Green+Blue) = 37+41+72=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #252948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252948 is #DAD6B7. Grayscale: #2B2B2B. Windows color (decimal): -14341816 or 4729125. OLE color: 4729125.

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

Color convert

RGB374172-
CMYK0.490.4300.72
HSL233.14º32.11%21.37%-
HSV(B)233.14º48.61%28.24%-
XYZ2.732.456.46-
YUV43.34144.17123.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.67%
GREEN value IS 41 (16.41% from 255) = 27.33%
BLUE value IS 72 (28.52% from 255) = 48%
R=24.67%
G=27.33%
B=48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3741720.490.4300.72233.1432.1121.37
Hex252948312B048e92015
Octal4551110615301103514025
Binary1001011010011001000110001101011010010001110100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252948; }

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

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

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

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

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

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

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

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