Html Css Color HEX #374974 Resolution Blue

📋 copy color: '#374974'

red 55 ◦ green 73 ◦ blue 116

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

Shades of Resolution Blue #374974

Tints of Resolution Blue #374974

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.92%

 BLUE value IS 116 (45.7% from 255) = 47.54%

R = 22.54%
G = 29.92%
B = 47.54%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#374974 (or 0x374974) is known color: Resolution Blue. HEX triplet: 37, 49 and 74. RGB value is (55,73,116). Sum of RGB (Red+Green+Blue) = 55+73+116=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 116 (45.70% from 255 or 47.54% from 244); Max value from RGB is 116 - color contains mainly: blue. Hex color #374974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374974 is #C8B68B. Grayscale: #484848. Windows color (decimal): -13153932 or 7620919. OLE color: 7620919.

HSL color Cylindrical-coordinate representation of color #374974: hue angle of 222.3º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #374974 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 73 116 -
CMYK 0.53 0.37 0 0.55
HSL 222.3º 0.36% 0.34% -
HSV(B) 222.3º 0.53% 0.45% -
XYZ 7.11 6.84 17.47 -
YUV 72.52 152.54 115.5 -
System Red Green Blue C M Y K H S L
Decimal 55 73 116 0.53 0.37 0 0.55 222.3 0.36 0.34
Hex 37 49 74 35 25 0 37 DE 24 22
Octal 67 111 164 65 45 0 67 336 44 42
Binary 110111 1001001 1110100 110101 100101 0 110111 11011110 100100 100010

Color Harmonies of #374974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374974

Black with #374974

Text Example


Text Example

White with #374974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374974; }

 p { color: rgb(55,73,116); }

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

background-color css

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

 a { background-color: rgb(55,73,116); }

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

border-color css

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

 span { border-color: rgb(55,73,116); }

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