#253053

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

Shades of Lucky Point #253053

Tints of Lucky Point #253053

Color information

#253053 (or 0x253053) is unknown color: approx Lucky Point. HEX triplet: 25, 30 and 53. RGB value is (37,48,83). Sum of RGB (Red+Green+Blue) = 37+48+83=168 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.02% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 83 (32.81% from 255 or 49.40% from 168); Max value from RGB is 83 - color contains mainly: blue. Hex color #253053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253053 is #DACFAC. Grayscale: #303030. Windows color (decimal): -14340013 or 5451813. OLE color: 5451813.

HSL color Cylindrical-coordinate representation of color #253053: hue angle of 225.65º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #253053 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB374883-
CMYK0.550.4200.67
HSL225.65º38.33%23.53%-
HSV(B)225.65º55.42%32.55%-
XYZ3.383.138.61-
YUV48.7147.36119.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.02%
GREEN value IS 48 (19.14% from 255) = 28.57%
BLUE value IS 83 (32.81% from 255) = 49.40%
R=22.02%
G=28.57%
B=49.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3748830.550.4200.67225.6538.3323.53
Hex253053372A043e22618
Octal4560123675201033424630
Binary1001011100001010011110111101010010000111110001010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253053; }

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

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

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

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

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

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

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

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