#252B4B

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

Shades of Lucky Point #252B4B

Tints of Lucky Point #252B4B

Color information

#252B4B (or 0x252B4B) is unknown color: approx Lucky Point. HEX triplet: 25, 2B and 4B. RGB value is (37,43,75). Sum of RGB (Red+Green+Blue) = 37+43+75=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 75 (29.69% from 255 or 48.39% from 155); Max value from RGB is 75 - color contains mainly: blue. Hex color #252B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252B4B is #DAD4B4. Grayscale: #2C2C2C. Windows color (decimal): -14341301 or 4926245. OLE color: 4926245.

HSL color Cylindrical-coordinate representation of color #252B4B: hue angle of 230.53º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #252B4B is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB374375-
CMYK0.510.4300.71
HSL230.53º33.93%21.96%-
HSV(B)230.53º50.67%29.41%-
XYZ2.92.637.01-
YUV44.85145.01122.4-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.87%
GREEN value IS 43 (17.19% from 255) = 27.74%
BLUE value IS 75 (29.69% from 255) = 48.39%
R=23.87%
G=27.74%
B=48.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3743750.510.4300.71230.5333.9321.96
Hex252B4B332B047e72216
Octal4553113635301073474226
Binary1001011010111001011110011101011010001111110011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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