#252953

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

Shades of Lucky Point #252953

Tints of Lucky Point #252953

Color information

#252953 (or 0x252953) is unknown color: approx Lucky Point. HEX triplet: 25, 29 and 53. RGB value is (37,41,83). Sum of RGB (Red+Green+Blue) = 37+41+83=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 83 (32.81% from 255 or 51.55% from 161); Max value from RGB is 83 - color contains mainly: blue. Hex color #252953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252953 is #DAD6AC. Grayscale: #2C2C2C. Windows color (decimal): -14341805 or 5450021. OLE color: 5450021.

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

Color convert

RGB374183-
CMYK0.550.5100.67
HSL234.78º38.33%23.53%-
HSV(B)234.78º55.42%32.55%-
XYZ3.122.68.52-
YUV44.59149.67122.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.98%
GREEN value IS 41 (16.41% from 255) = 25.47%
BLUE value IS 83 (32.81% from 255) = 51.55%
R=22.98%
G=25.47%
B=51.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3741830.550.5100.67234.7838.3323.53
Hex2529533733043eb2618
Octal4551123676301033534630
Binary1001011010011010011110111110011010000111110101110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252953; }

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

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

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

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

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

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

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

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