Html Css Color HEX #252859 Lucky Point

📋 copy color: '#252859'

red 37 ◦ green 40 ◦ blue 89

#252859
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky Point #252859

Tints of Lucky Point #252859

RGB

 RED value IS 37 (14.84% from 255) = 22.29%

 GREEN value IS 40 (16.02% from 255) = 24.1%

 BLUE value IS 89 (35.16% from 255) = 53.61%

R = 22.29%
G = 24.1%
B = 53.61%

CMYK

 C value IS 0.58

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#252859 (or 0x252859) is known color: Lucky Point. HEX triplet: 25, 28 and 59. RGB value is (37,40,89). Sum of RGB (Red+Green+Blue) = 37+40+89=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #252859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252859 is #DAD7A6. Grayscale: #2C2C2C. Windows color (decimal): -14342055 or 5842981. OLE color: 5842981.

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

Color convert

RGB 37 40 89 -
CMYK 0.58 0.55 0 0.65
HSL 236.54º 0.41% 0.25% -
HSV(B) 236.54º 0.58% 0.35% -
XYZ 3.32 2.63 9.78 -
YUV 44.69 153.01 122.52 -
System Red Green Blue C M Y K H S L
Decimal 37 40 89 0.58 0.55 0 0.65 236.54 0.41 0.25
Hex 25 28 59 3A 37 0 41 ED 29 19
Octal 45 50 131 72 67 0 101 355 51 31
Binary 100101 101000 1011001 111010 110111 0 1000001 11101101 101001 11001

Color Harmonies of #252859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252859

Black with #252859

Text Example


Text Example

White with #252859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252859; }

 p { color: rgb(37,40,89); }

 H1.HeaderClassName
 {
   color: #252859;
 }
 .AnyTagClassName
 {
   color: #252859;
 }
</style>

background-color css

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

 a { background-color: rgb(37,40,89); }

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

border-color css

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

 span { border-color: rgb(37,40,89); }

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