#252F5A

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

Shades of Lucky Point #252F5A

Tints of Lucky Point #252F5A

Color information

#252F5A (or 0x252F5A) is unknown color: approx Lucky Point. HEX triplet: 25, 2F and 5A. RGB value is (37,47,90). Sum of RGB (Red+Green+Blue) = 37+47+90=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #252F5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252F5A is #DAD0A5. Grayscale: #303030. Windows color (decimal): -14340262 or 5910309. OLE color: 5910309.

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

Color convert

RGB374790-
CMYK0.590.4800.65
HSL228.68º41.73%24.9%-
HSV(B)228.68º58.89%35.29%-
XYZ3.623.1610.09-
YUV48.91151.19119.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.26%
GREEN value IS 47 (18.75% from 255) = 27.01%
BLUE value IS 90 (35.55% from 255) = 51.72%
R=21.26%
G=27.01%
B=51.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3747900.590.4800.65228.6841.7324.9
Hex252F5A3B30041e52a19
Octal4557132736001013455231
Binary1001011011111011010111011110000010000011110010110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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