#252854

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

Shades of Lucky Point #252854

Tints of Lucky Point #252854

Color information

#252854 (or 0x252854) is unknown color: approx Lucky Point. HEX triplet: 25, 28 and 54. RGB value is (37,40,84). Sum of RGB (Red+Green+Blue) = 37+40+84=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 84 (33.20% from 255 or 52.17% from 161); Max value from RGB is 84 - color contains mainly: blue. Hex color #252854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252854 is #DAD7AB. Grayscale: #2B2B2B. Windows color (decimal): -14342060 or 5515301. OLE color: 5515301.

HSL color Cylindrical-coordinate representation of color #252854: hue angle of 236.17º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #252854 is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB374084-
CMYK0.560.5200.67
HSL236.17º38.84%23.73%-
HSV(B)236.17º55.95%32.94%-
XYZ3.122.558.72-
YUV44.12150.51122.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.98%
GREEN value IS 40 (16.02% from 255) = 24.84%
BLUE value IS 84 (33.20% from 255) = 52.17%
R=22.98%
G=24.84%
B=52.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3740840.560.5200.67236.1738.8423.73
Hex2528543834043ec2718
Octal4550124706401033544730
Binary1001011010001010100111000110100010000111110110010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252854; }

 p { color: rgb(37,40,84); }

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

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

 a { background-color: rgb(37,40,84); }

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

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

 span { border-color: rgb(37,40,84); }

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