#253061

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

Shades of Lucky Point #253061

Tints of Lucky Point #253061

Color information

#253061 (or 0x253061) is unknown color: approx Lucky Point. HEX triplet: 25, 30 and 61. RGB value is (37,48,97). Sum of RGB (Red+Green+Blue) = 37+48+97=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #253061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253061 is #DACF9E. Grayscale: #323232. Windows color (decimal): -14339999 or 6369317. OLE color: 6369317.

HSL color Cylindrical-coordinate representation of color #253061: hue angle of 229º 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 #253061 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB374897-
CMYK0.620.5100.62
HSL229º44.78%26.27%-
HSV(B)229º61.86%38.04%-
XYZ3.983.3711.75-
YUV50.3154.36118.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.33%
GREEN value IS 48 (19.14% from 255) = 26.37%
BLUE value IS 97 (38.28% from 255) = 53.30%
R=20.33%
G=26.37%
B=53.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3748970.620.5100.6222944.7826.27
Hex2530613E3303Ee52d1a
Octal456014176630763455532
Binary100101110000110000111111011001101111101110010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253061; }

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

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

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

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

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

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

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

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