#252C4B

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

Shades of Lucky Point #252C4B

Tints of Lucky Point #252C4B

Color information

#252C4B (or 0x252C4B) is unknown color: approx Lucky Point. HEX triplet: 25, 2C and 4B. RGB value is (37,44,75). Sum of RGB (Red+Green+Blue) = 37+44+75=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 44 (17.58% from 255 or 28.21% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 75 - color contains mainly: blue. Hex color #252C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252C4B is #DAD3B4. Grayscale: #2D2D2D. Windows color (decimal): -14341045 or 4926501. OLE color: 4926501.

HSL color Cylindrical-coordinate representation of color #252C4B: hue angle of 228.95º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #252C4B is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB374475-
CMYK0.510.4100.71
HSL228.95º33.93%21.96%-
HSV(B)228.95º50.67%29.41%-
XYZ2.932.77.02-
YUV45.44144.68121.98-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.72%
GREEN value IS 44 (17.58% from 255) = 28.21%
BLUE value IS 75 (29.69% from 255) = 48.08%
R=23.72%
G=28.21%
B=48.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3744750.510.4100.71228.9533.9321.96
Hex252C4B3329047e52216
Octal4554113635101073454226
Binary1001011011001001011110011101001010001111110010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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