#253161

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

Shades of Lucky Point #253161

Tints of Lucky Point #253161

Color information

#253161 (or 0x253161) is unknown color: approx Lucky Point. HEX triplet: 25, 31 and 61. RGB value is (37,49,97). Sum of RGB (Red+Green+Blue) = 37+49+97=183 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.22% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 97 (38.28% from 255 or 53.01% from 183); Max value from RGB is 97 - color contains mainly: blue. Hex color #253161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253161 is #DACE9E. Grayscale: #323232. Windows color (decimal): -14339743 or 6369573. OLE color: 6369573.

HSL color Cylindrical-coordinate representation of color #253161: hue angle of 228º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #253161 is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB374997-
CMYK0.620.4900.62
HSL228º44.78%26.27%-
HSV(B)228º61.86%38.04%-
XYZ4.023.4511.76-
YUV50.88154.02118.1-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.22%
GREEN value IS 49 (19.53% from 255) = 26.78%
BLUE value IS 97 (38.28% from 255) = 53.01%
R=20.22%
G=26.78%
B=53.01%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3749970.620.4900.6222844.7826.27
Hex2531613E3103Ee42d1a
Octal456114176610763445532
Binary100101110001110000111111011000101111101110010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253161; }

 p { color: rgb(37,49,97); }

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

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

 a { background-color: rgb(37,49,97); }

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

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

 span { border-color: rgb(37,49,97); }

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