Html Css Color HEX #253176 Resolution Blue

📋 copy color: '#253176'

red 37 ◦ green 49 ◦ blue 118

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

Shades of Resolution Blue #253176

Tints of Resolution Blue #253176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 57.84%

R = 18.14%
G = 24.02%
B = 57.84%

CMYK

 C value IS 0.69

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#253176 (or 0x253176) is known color: Resolution Blue. HEX triplet: 25, 31 and 76. RGB value is (37,49,118). Sum of RGB (Red+Green+Blue) = 37+49+118=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 118 (46.48% from 255 or 57.84% from 204); Max value from RGB is 118 - color contains mainly: blue. Hex color #253176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253176 is #DACE89. Grayscale: #343434. Windows color (decimal): -14339722 or 7745829. OLE color: 7745829.

HSL color Cylindrical-coordinate representation of color #253176: hue angle of 231.11º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #253176 is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 49 118 -
CMYK 0.69 0.58 0 0.54
HSL 231.11º 0.52% 0.3% -
HSV(B) 231.11º 0.69% 0.46% -
XYZ 5.13 3.9 17.62 -
YUV 53.28 164.52 116.39 -
System Red Green Blue C M Y K H S L
Decimal 37 49 118 0.69 0.58 0 0.54 231.11 0.52 0.3
Hex 25 31 76 45 3A 0 36 E7 34 1E
Octal 45 61 166 105 72 0 66 347 64 36
Binary 100101 110001 1110110 1000101 111010 0 110110 11100111 110100 11110

Color Harmonies of #253176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253176

Black with #253176

Text Example


Text Example

White with #253176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253176; }

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

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

background-color css

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

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

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

border-color css

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

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

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