Html Css Color HEX #374879 Resolution Blue

📋 copy color: '#374879'

red 55 ◦ green 72 ◦ blue 121

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

Shades of Resolution Blue #374879

Tints of Resolution Blue #374879

RGB

 RED value IS 55 (21.88% from 255) = 22.18%

 GREEN value IS 72 (28.52% from 255) = 29.03%

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

R = 22.18%
G = 29.03%
B = 48.79%

CMYK

 C value IS 0.55

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#374879 (or 0x374879) is known color: Resolution Blue. HEX triplet: 37, 48 and 79. RGB value is (55,72,121). Sum of RGB (Red+Green+Blue) = 55+72+121=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 121 (47.66% from 255 or 48.79% from 248); Max value from RGB is 121 - color contains mainly: blue. Hex color #374879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374879 is #C8B786. Grayscale: #484848. Windows color (decimal): -13154183 or 7948343. OLE color: 7948343.

HSL color Cylindrical-coordinate representation of color #374879: hue angle of 224.55º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #374879 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 72 121 -
CMYK 0.55 0.40 0 0.53
HSL 224.55º 0.38% 0.35% -
HSV(B) 224.55º 0.55% 0.47% -
XYZ 7.34 6.83 19.02 -
YUV 72.5 155.37 115.52 -
System Red Green Blue C M Y K H S L
Decimal 55 72 121 0.55 0.40 0 0.53 224.55 0.38 0.35
Hex 37 48 79 37 28 0 35 E1 26 23
Octal 67 110 171 67 50 0 65 341 46 43
Binary 110111 1001000 1111001 110111 101000 0 110101 11100001 100110 100011

Color Harmonies of #374879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374879

Black with #374879

Text Example


Text Example

White with #374879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374879; }

 p { color: rgb(55,72,121); }

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

background-color css

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

 a { background-color: rgb(55,72,121); }

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

border-color css

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

 span { border-color: rgb(55,72,121); }

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