Html Css Color HEX #254177 Resolution Blue

📋 copy color: '#254177'

red 37 ◦ green 65 ◦ blue 119

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

Shades of Resolution Blue #254177

Tints of Resolution Blue #254177

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.41%

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

R = 16.74%
G = 29.41%
B = 53.85%

CMYK

 C value IS 0.69

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#254177 (or 0x254177) is known color: Resolution Blue. HEX triplet: 25, 41 and 77. RGB value is (37,65,119). Sum of RGB (Red+Green+Blue) = 37+65+119=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #254177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254177 is #DABE88. Grayscale: #3E3E3E. Windows color (decimal): -14335625 or 7815461. OLE color: 7815461.

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

Color convert

RGB 37 65 119 -
CMYK 0.69 0.45 0 0.53
HSL 219.51º 0.53% 0.31% -
HSV(B) 219.51º 0.69% 0.47% -
XYZ 5.98 5.51 18.2 -
YUV 62.78 159.72 109.61 -
System Red Green Blue C M Y K H S L
Decimal 37 65 119 0.69 0.45 0 0.53 219.51 0.53 0.31
Hex 25 41 77 45 2D 0 35 DC 35 1F
Octal 45 101 167 105 55 0 65 334 65 37
Binary 100101 1000001 1110111 1000101 101101 0 110101 11011100 110101 11111

Color Harmonies of #254177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254177

Black with #254177

Text Example


Text Example

White with #254177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254177; }

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

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

background-color css

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

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

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

border-color css

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

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

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