#252758

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

Shades of Lucky Point #252758

Tints of Lucky Point #252758

Color information

#252758 (or 0x252758) is unknown color: approx Lucky Point. HEX triplet: 25, 27 and 58. RGB value is (37,39,88). Sum of RGB (Red+Green+Blue) = 37+39+88=164 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.56% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 88 (34.77% from 255 or 53.66% from 164); Max value from RGB is 88 - color contains mainly: blue. Hex color #252758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252758 is #DAD8A7. Grayscale: #2B2B2B. Windows color (decimal): -14342312 or 5777189. OLE color: 5777189.

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

Color convert

RGB373988-
CMYK0.580.5600.65
HSL237.65º40.8%24.51%-
HSV(B)237.65º57.95%34.51%-
XYZ3.252.559.55-
YUV43.99152.84123.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.56%
GREEN value IS 39 (15.62% from 255) = 23.78%
BLUE value IS 88 (34.77% from 255) = 53.66%
R=22.56%
G=23.78%
B=53.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3739880.580.5600.65237.6540.824.51
Hex2527583A38041ee2919
Octal4547130727001013565131
Binary1001011001111011000111010111000010000011110111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252758; }

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

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

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

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

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

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

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

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