Html Css Color HEX #253056 Lucky Point

📋 copy color: '#253056'

red 37 ◦ green 48 ◦ blue 86

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

Shades of Lucky Point #253056

Tints of Lucky Point #253056

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.07%

 BLUE value IS 86 (33.98% from 255) = 50.29%

R = 21.64%
G = 28.07%
B = 50.29%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#253056 (or 0x253056) is known color: Lucky Point. HEX triplet: 25, 30 and 56. RGB value is (37,48,86). Sum of RGB (Red+Green+Blue) = 37+48+86=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 86 (33.98% from 255 or 50.29% from 171); Max value from RGB is 86 - color contains mainly: blue. Hex color #253056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253056 is #DACFA9. Grayscale: #303030. Windows color (decimal): -14340010 or 5648421. OLE color: 5648421.

HSL color Cylindrical-coordinate representation of color #253056: hue angle of 226.53º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #253056 is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 37 48 86 -
CMYK 0.57 0.44 0 0.66
HSL 226.53º 0.4% 0.24% -
HSV(B) 226.53º 0.57% 0.34% -
XYZ 3.5 3.18 9.23 -
YUV 49.04 148.86 119.41 -
System Red Green Blue C M Y K H S L
Decimal 37 48 86 0.57 0.44 0 0.66 226.53 0.4 0.24
Hex 25 30 56 39 2C 0 42 E3 28 18
Octal 45 60 126 71 54 0 102 343 50 30
Binary 100101 110000 1010110 111001 101100 0 1000010 11100011 101000 11000

Color Harmonies of #253056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253056

Black with #253056

Text Example


Text Example

White with #253056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253056; }

 p { color: rgb(37,48,86); }

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

background-color css

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

 a { background-color: rgb(37,48,86); }

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

border-color css

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

 span { border-color: rgb(37,48,86); }

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