Html Css Color HEX #374479 Resolution Blue

📋 copy color: '#374479'

red 55 ◦ green 68 ◦ blue 121

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

Shades of Resolution Blue #374479

Tints of Resolution Blue #374479

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.87%

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

R = 22.54%
G = 27.87%
B = 49.59%

CMYK

 C value IS 0.55

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#374479 (or 0x374479) is known color: Resolution Blue. HEX triplet: 37, 44 and 79. RGB value is (55,68,121). Sum of RGB (Red+Green+Blue) = 55+68+121=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 121 (47.66% from 255 or 49.59% from 244); Max value from RGB is 121 - color contains mainly: blue. Hex color #374479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374479 is #C8BB86. Grayscale: #454545. Windows color (decimal): -13155207 or 7947319. OLE color: 7947319.

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

Color convert

RGB 55 68 121 -
CMYK 0.55 0.44 0 0.53
HSL 228.18º 0.38% 0.35% -
HSV(B) 228.18º 0.55% 0.47% -
XYZ 7.09 6.33 18.94 -
YUV 70.16 156.69 117.19 -
System Red Green Blue C M Y K H S L
Decimal 55 68 121 0.55 0.44 0 0.53 228.18 0.38 0.35
Hex 37 44 79 37 2C 0 35 E4 26 23
Octal 67 104 171 67 54 0 65 344 46 43
Binary 110111 1000100 1111001 110111 101100 0 110101 11100100 100110 100011

Color Harmonies of #374479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374479

Black with #374479

Text Example


Text Example

White with #374479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374479; }

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

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

background-color css

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

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

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

border-color css

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

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

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