Html Css Color HEX #253177 Resolution Blue

📋 copy color: '#253177'

red 37 ◦ green 49 ◦ blue 119

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

Shades of Resolution Blue #253177

Tints of Resolution Blue #253177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 58.05%

R = 18.05%
G = 23.9%
B = 58.05%

CMYK

 C value IS 0.69

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#253177 (or 0x253177) is known color: Resolution Blue. HEX triplet: 25, 31 and 77. RGB value is (37,49,119). Sum of RGB (Red+Green+Blue) = 37+49+119=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 119 (46.88% from 255 or 58.05% from 205); Max value from RGB is 119 - color contains mainly: blue. Hex color #253177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253177 is #DACE88. Grayscale: #353535. Windows color (decimal): -14339721 or 7811365. OLE color: 7811365.

HSL color Cylindrical-coordinate representation of color #253177: hue angle of 231.22º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #253177 is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 49 119 -
CMYK 0.69 0.59 0 0.53
HSL 231.22º 0.53% 0.31% -
HSV(B) 231.22º 0.69% 0.47% -
XYZ 5.19 3.92 17.94 -
YUV 53.39 165.02 116.31 -
System Red Green Blue C M Y K H S L
Decimal 37 49 119 0.69 0.59 0 0.53 231.22 0.53 0.31
Hex 25 31 77 45 3B 0 35 E7 35 1F
Octal 45 61 167 105 73 0 65 347 65 37
Binary 100101 110001 1110111 1000101 111011 0 110101 11100111 110101 11111

Color Harmonies of #253177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253177

Black with #253177

Text Example


Text Example

White with #253177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253177; }

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

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

background-color css

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

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

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

border-color css

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

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

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