#252C5A

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

Shades of Lucky Point #252C5A

Tints of Lucky Point #252C5A

Color information

#252C5A (or 0x252C5A) is unknown color: approx Lucky Point. HEX triplet: 25, 2C and 5A. RGB value is (37,44,90). Sum of RGB (Red+Green+Blue) = 37+44+90=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 90 (35.55% from 255 or 52.63% from 171); Max value from RGB is 90 - color contains mainly: blue. Hex color #252C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252C5A is #DAD3A5. Grayscale: #2E2E2E. Windows color (decimal): -14341030 or 5909541. OLE color: 5909541.

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

Color convert

RGB374490-
CMYK0.590.5100.65
HSL232.08º41.73%24.9%-
HSV(B)232.08º58.89%35.29%-
XYZ3.512.9310.05-
YUV47.15152.18120.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.64%
GREEN value IS 44 (17.58% from 255) = 25.73%
BLUE value IS 90 (35.55% from 255) = 52.63%
R=21.64%
G=25.73%
B=52.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3744900.590.5100.65232.0841.7324.9
Hex252C5A3B33041e82a19
Octal4554132736301013505231
Binary1001011011001011010111011110011010000011110100010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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