Html Css Color HEX #252959 Lucky Point

📋 copy color: '#252959'

red 37 ◦ green 41 ◦ blue 89

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

Shades of Lucky Point #252959

Tints of Lucky Point #252959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.55%

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

R = 22.16%
G = 24.55%
B = 53.29%

CMYK

 C value IS 0.58

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#252959 (or 0x252959) is known color: Lucky Point. HEX triplet: 25, 29 and 59. RGB value is (37,41,89). Sum of RGB (Red+Green+Blue) = 37+41+89=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 89 (35.16% from 255 or 53.29% from 167); Max value from RGB is 89 - color contains mainly: blue. Hex color #252959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252959 is #DAD6A6. Grayscale: #2D2D2D. Windows color (decimal): -14341799 or 5843237. OLE color: 5843237.

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

Color convert

RGB 37 41 89 -
CMYK 0.58 0.54 0 0.65
HSL 235.38º 0.41% 0.25% -
HSV(B) 235.38º 0.58% 0.35% -
XYZ 3.36 2.7 9.8 -
YUV 45.28 152.67 122.1 -
System Red Green Blue C M Y K H S L
Decimal 37 41 89 0.58 0.54 0 0.65 235.38 0.41 0.25
Hex 25 29 59 3A 36 0 41 EB 29 19
Octal 45 51 131 72 66 0 101 353 51 31
Binary 100101 101001 1011001 111010 110110 0 1000001 11101011 101001 11001

Color Harmonies of #252959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252959

Black with #252959

Text Example


Text Example

White with #252959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252959; }

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

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

background-color css

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

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

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

border-color css

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

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

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