#252653

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

Shades of Lucky Point #252653

Tints of Lucky Point #252653

Color information

#252653 (or 0x252653) is unknown color: approx Lucky Point. HEX triplet: 25, 26 and 53. RGB value is (37,38,83). Sum of RGB (Red+Green+Blue) = 37+38+83=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 83 (32.81% from 255 or 52.53% from 158); Max value from RGB is 83 - color contains mainly: blue. Hex color #252653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252653 is #DAD9AC. Grayscale: #2A2A2A. Windows color (decimal): -14342573 or 5449253. OLE color: 5449253.

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

Color convert

RGB373883-
CMYK0.550.5400.67
HSL238.7º38.33%23.53%-
HSV(B)238.7º55.42%32.55%-
XYZ3.022.48.49-
YUV42.83150.67123.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.42%
GREEN value IS 38 (15.23% from 255) = 24.05%
BLUE value IS 83 (32.81% from 255) = 52.53%
R=23.42%
G=24.05%
B=52.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3738830.550.5400.67238.738.3323.53
Hex2526533736043ef2618
Octal4546123676601033574630
Binary1001011001101010011110111110110010000111110111110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252653; }

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

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

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

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

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

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

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

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