Html Css Color HEX #254179 Resolution Blue

📋 copy color: '#254179'

red 37 ◦ green 65 ◦ blue 121

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

Shades of Resolution Blue #254179

Tints of Resolution Blue #254179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 54.26%

R = 16.59%
G = 29.15%
B = 54.26%

CMYK

 C value IS 0.69

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#254179 (or 0x254179) is known color: Resolution Blue. HEX triplet: 25, 41 and 79. RGB value is (37,65,121). Sum of RGB (Red+Green+Blue) = 37+65+121=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 121 (47.66% from 255 or 54.26% from 223); Max value from RGB is 121 - color contains mainly: blue. Hex color #254179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254179 is #DABE86. Grayscale: #3E3E3E. Windows color (decimal): -14335623 or 7946533. OLE color: 7946533.

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

Color convert

RGB 37 65 121 -
CMYK 0.69 0.46 0 0.53
HSL 220º 0.53% 0.31% -
HSV(B) 220º 0.69% 0.47% -
XYZ 6.1 5.55 18.84 -
YUV 63.01 160.72 109.45 -
System Red Green Blue C M Y K H S L
Decimal 37 65 121 0.69 0.46 0 0.53 220 0.53 0.31
Hex 25 41 79 45 2E 0 35 DC 35 1F
Octal 45 101 171 105 56 0 65 334 65 37
Binary 100101 1000001 1111001 1000101 101110 0 110101 11011100 110101 11111

Color Harmonies of #254179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254179

Black with #254179

Text Example


Text Example

White with #254179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254179; }

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

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

background-color css

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

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

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

border-color css

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

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

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