#252D58

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

Shades of Lucky Point #252D58

Tints of Lucky Point #252D58

Color information

#252D58 (or 0x252D58) is unknown color: approx Lucky Point. HEX triplet: 25, 2D and 58. RGB value is (37,45,88). Sum of RGB (Red+Green+Blue) = 37+45+88=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 45 (17.97% from 255 or 26.47% from 170); Blue value is 88 (34.77% from 255 or 51.76% from 170); Max value from RGB is 88 - color contains mainly: blue. Hex color #252D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252D58 is #DAD2A7. Grayscale: #2F2F2F. Windows color (decimal): -14340776 or 5778725. OLE color: 5778725.

HSL color Cylindrical-coordinate representation of color #252D58: hue angle of 230.59º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #252D58 is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB374588-
CMYK0.580.4900.65
HSL230.59º40.8%24.51%-
HSV(B)230.59º57.95%34.51%-
XYZ3.462.979.62-
YUV47.51150.85120.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.76%
GREEN value IS 45 (17.97% from 255) = 26.47%
BLUE value IS 88 (34.77% from 255) = 51.76%
R=21.76%
G=26.47%
B=51.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3745880.580.4900.65230.5940.824.51
Hex252D583A31041e72919
Octal4555130726101013475131
Binary1001011011011011000111010110001010000011110011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,45,88); }

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

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

 a { background-color: rgb(37,45,88); }

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

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

 span { border-color: rgb(37,45,88); }

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