#253060

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

Shades of Lucky Point #253060

Tints of Lucky Point #253060

Color information

#253060 (or 0x253060) is unknown color: approx Lucky Point. HEX triplet: 25, 30 and 60. RGB value is (37,48,96). Sum of RGB (Red+Green+Blue) = 37+48+96=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #253060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253060 is #DACF9F. Grayscale: #313131. Windows color (decimal): -14340000 or 6303781. OLE color: 6303781.

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

Color convert

RGB374896-
CMYK0.610.5000.62
HSL228.81º44.36%26.08%-
HSV(B)228.81º61.46%37.65%-
XYZ3.933.3511.51-
YUV50.18153.86118.6-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.44%
GREEN value IS 48 (19.14% from 255) = 26.52%
BLUE value IS 96 (37.89% from 255) = 53.04%
R=20.44%
G=26.52%
B=53.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3748960.610.5000.62228.8144.3626.08
Hex2530603D3203Ee52c1a
Octal456014075620763455432
Binary100101110000110000011110111001001111101110010110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253060; }

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

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

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

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

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

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

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

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