#252F5D

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

Shades of Lucky Point #252F5D

Tints of Lucky Point #252F5D

Color information

#252F5D (or 0x252F5D) is unknown color: approx Lucky Point. HEX triplet: 25, 2F and 5D. RGB value is (37,47,93). Sum of RGB (Red+Green+Blue) = 37+47+93=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #252F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252F5D is #DAD0A2. Grayscale: #313131. Windows color (decimal): -14340259 or 6106917. OLE color: 6106917.

HSL color Cylindrical-coordinate representation of color #252F5D: hue angle of 229.29º 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 #252F5D is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB374793-
CMYK0.600.4900.64
HSL229.29º43.08%25.49%-
HSV(B)229.29º60.22%36.47%-
XYZ3.763.2210.78-
YUV49.25152.69119.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.90%
GREEN value IS 47 (18.75% from 255) = 26.55%
BLUE value IS 93 (36.72% from 255) = 52.54%
R=20.90%
G=26.55%
B=52.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3747930.600.4900.64229.2943.0825.49
Hex252F5D3C31040e52b19
Octal4557135746101003455331
Binary1001011011111011101111100110001010000001110010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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