#252F59

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

Shades of Lucky Point #252F59

Tints of Lucky Point #252F59

Color information

#252F59 (or 0x252F59) is unknown color: approx Lucky Point. HEX triplet: 25, 2F and 59. RGB value is (37,47,89). Sum of RGB (Red+Green+Blue) = 37+47+89=173 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.39% from 173); Green value is 47 (18.75% from 255 or 27.17% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #252F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252F59 is #DAD0A6. Grayscale: #303030. Windows color (decimal): -14340263 or 5844773. OLE color: 5844773.

HSL color Cylindrical-coordinate representation of color #252F59: hue angle of 228.46º 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 #252F59 is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB374789-
CMYK0.580.4700.65
HSL228.46º41.27%24.71%-
HSV(B)228.46º58.43%34.9%-
XYZ3.583.159.87-
YUV48.8150.69119.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.39%
GREEN value IS 47 (18.75% from 255) = 27.17%
BLUE value IS 89 (35.16% from 255) = 51.45%
R=21.39%
G=27.17%
B=51.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3747890.580.4700.65228.4641.2724.71
Hex252F593A2F041e42919
Octal4557131725701013445131
Binary1001011011111011001111010101111010000011110010010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,47,89); }

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

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

 a { background-color: rgb(37,47,89); }

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

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

 span { border-color: rgb(37,47,89); }

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