#253055

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

Shades of Lucky Point #253055

Tints of Lucky Point #253055

Color information

#253055 (or 0x253055) is unknown color: approx Lucky Point. HEX triplet: 25, 30 and 55. RGB value is (37,48,85). Sum of RGB (Red+Green+Blue) = 37+48+85=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 85 (33.59% from 255 or 50% from 170); Max value from RGB is 85 - color contains mainly: blue. Hex color #253055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253055 is #DACFAA. Grayscale: #303030. Windows color (decimal): -14340011 or 5582885. OLE color: 5582885.

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

Color convert

RGB374885-
CMYK0.560.4400.67
HSL226.25º39.34%23.92%-
HSV(B)226.25º56.47%33.33%-
XYZ3.463.169.02-
YUV48.93148.36119.49-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.76%
GREEN value IS 48 (19.14% from 255) = 28.24%
BLUE value IS 85 (33.59% from 255) = 50%
R=21.76%
G=28.24%
B=50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3748850.560.4400.67226.2539.3423.92
Hex253055382C043e22718
Octal4560125705401033424730
Binary1001011100001010101111000101100010000111110001010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253055; }

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

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

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

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

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

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

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

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