#253054

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

Shades of Lucky Point #253054

Tints of Lucky Point #253054

Color information

#253054 (or 0x253054) is unknown color: approx Lucky Point. HEX triplet: 25, 30 and 54. RGB value is (37,48,84). Sum of RGB (Red+Green+Blue) = 37+48+84=169 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.89% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 84 (33.20% from 255 or 49.70% from 169); Max value from RGB is 84 - color contains mainly: blue. Hex color #253054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253054 is #DACFAB. Grayscale: #303030. Windows color (decimal): -14340012 or 5517349. OLE color: 5517349.

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

Color convert

RGB374884-
CMYK0.560.4300.67
HSL225.96º38.84%23.73%-
HSV(B)225.96º55.95%32.94%-
XYZ3.423.158.81-
YUV48.82147.86119.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.89%
GREEN value IS 48 (19.14% from 255) = 28.40%
BLUE value IS 84 (33.20% from 255) = 49.70%
R=21.89%
G=28.40%
B=49.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3748840.560.4300.67225.9638.8423.73
Hex253054382B043e22718
Octal4560124705301033424730
Binary1001011100001010100111000101011010000111110001010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253054; }

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

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

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

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

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

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

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

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