Html Css Color HEX #253159 Lucky Point

📋 copy color: '#253159'

red 37 ◦ green 49 ◦ blue 89

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

Shades of Lucky Point #253159

Tints of Lucky Point #253159

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28%

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

R = 21.14%
G = 28%
B = 50.86%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#253159 (or 0x253159) is known color: Lucky Point. HEX triplet: 25, 31 and 59. RGB value is (37,49,89). Sum of RGB (Red+Green+Blue) = 37+49+89=175 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.14% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #253159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253159 is #DACEA6. Grayscale: #313131. Windows color (decimal): -14339751 or 5845285. OLE color: 5845285.

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

Color convert

RGB 37 49 89 -
CMYK 0.58 0.45 0 0.65
HSL 226.15º 0.41% 0.25% -
HSV(B) 226.15º 0.58% 0.35% -
XYZ 3.66 3.31 9.9 -
YUV 49.97 150.02 118.75 -
System Red Green Blue C M Y K H S L
Decimal 37 49 89 0.58 0.45 0 0.65 226.15 0.41 0.25
Hex 25 31 59 3A 2D 0 41 E2 29 19
Octal 45 61 131 72 55 0 101 342 51 31
Binary 100101 110001 1011001 111010 101101 0 1000001 11100010 101001 11001

Color Harmonies of #253159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253159

Black with #253159

Text Example


Text Example

White with #253159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253159; }

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

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

background-color css

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

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

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

border-color css

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

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

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