#252754

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

Shades of Lucky Point #252754

Tints of Lucky Point #252754

Color information

#252754 (or 0x252754) is unknown color: approx Lucky Point. HEX triplet: 25, 27 and 54. RGB value is (37,39,84). Sum of RGB (Red+Green+Blue) = 37+39+84=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 39 (15.62% from 255 or 24.38% from 160); Blue value is 84 (33.20% from 255 or 52.5% from 160); Max value from RGB is 84 - color contains mainly: blue. Hex color #252754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252754 is #DAD8AB. Grayscale: #2B2B2B. Windows color (decimal): -14342316 or 5515045. OLE color: 5515045.

HSL color Cylindrical-coordinate representation of color #252754: hue angle of 237.45º 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 #252754 is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB373984-
CMYK0.560.5400.67
HSL237.45º38.84%23.73%-
HSV(B)237.45º55.95%32.94%-
XYZ3.092.488.7-
YUV43.53150.84123.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.12%
GREEN value IS 39 (15.62% from 255) = 24.38%
BLUE value IS 84 (33.20% from 255) = 52.5%
R=23.12%
G=24.38%
B=52.5%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3739840.560.5400.67237.4538.8423.73
Hex2527543836043ed2718
Octal4547124706601033554730
Binary1001011001111010100111000110110010000111110110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252754; }

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

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

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

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

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

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

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

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