#252658

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

Shades of Lucky Point #252658

Tints of Lucky Point #252658

Color information

#252658 (or 0x252658) is unknown color: approx Lucky Point. HEX triplet: 25, 26 and 58. RGB value is (37,38,88). Sum of RGB (Red+Green+Blue) = 37+38+88=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 88 (34.77% from 255 or 53.99% from 163); Max value from RGB is 88 - color contains mainly: blue. Hex color #252658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252658 is #DAD9A7. Grayscale: #2B2B2B. Windows color (decimal): -14342568 or 5776933. OLE color: 5776933.

HSL color Cylindrical-coordinate representation of color #252658: hue angle of 238.82º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #252658 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB373888-
CMYK0.580.5700.65
HSL238.82º40.8%24.51%-
HSV(B)238.82º57.95%34.51%-
XYZ3.222.489.54-
YUV43.4153.17123.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.70%
GREEN value IS 38 (15.23% from 255) = 23.31%
BLUE value IS 88 (34.77% from 255) = 53.99%
R=22.70%
G=23.31%
B=53.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3738880.580.5700.65238.8240.824.51
Hex2526583A39041ef2919
Octal4546130727101013575131
Binary1001011001101011000111010111001010000011110111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252658; }

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

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

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

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

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

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

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

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