#252B5D

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

Shades of Lucky Point #252B5D

Tints of Lucky Point #252B5D

Color information

#252B5D (or 0x252B5D) is unknown color: approx Lucky Point. HEX triplet: 25, 2B and 5D. RGB value is (37,43,93). Sum of RGB (Red+Green+Blue) = 37+43+93=173 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.39% from 173); Green value is 43 (17.19% from 255 or 24.86% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #252B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252B5D is #DAD4A2. Grayscale: #2E2E2E. Windows color (decimal): -14341283 or 6105893. OLE color: 6105893.

HSL color Cylindrical-coordinate representation of color #252B5D: hue angle of 233.57º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #252B5D is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB374393-
CMYK0.600.5400.64
HSL233.57º43.08%25.49%-
HSV(B)233.57º60.22%36.47%-
XYZ3.62.9110.73-
YUV46.91154.01120.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.39%
GREEN value IS 43 (17.19% from 255) = 24.86%
BLUE value IS 93 (36.72% from 255) = 53.76%
R=21.39%
G=24.86%
B=53.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3743930.600.5400.64233.5743.0825.49
Hex252B5D3C36040ea2b19
Octal4553135746601003525331
Binary1001011010111011101111100110110010000001110101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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