Html Css Color HEX #374874 Resolution Blue

📋 copy color: '#374874'

red 55 ◦ green 72 ◦ blue 116

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

Shades of Resolution Blue #374874

Tints of Resolution Blue #374874

RGB

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

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

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

R = 22.63%
G = 29.63%
B = 47.74%

CMYK

 C value IS 0.53

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#374874 (or 0x374874) is known color: Resolution Blue. HEX triplet: 37, 48 and 74. RGB value is (55,72,116). Sum of RGB (Red+Green+Blue) = 55+72+116=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 116 (45.70% from 255 or 47.74% from 243); Max value from RGB is 116 - color contains mainly: blue. Hex color #374874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374874 is #C8B78B. Grayscale: #474747. Windows color (decimal): -13154188 or 7620663. OLE color: 7620663.

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

Color convert

RGB 55 72 116 -
CMYK 0.53 0.38 0 0.55
HSL 223.28º 0.36% 0.34% -
HSV(B) 223.28º 0.53% 0.45% -
XYZ 7.05 6.71 17.45 -
YUV 71.93 152.87 115.92 -
System Red Green Blue C M Y K H S L
Decimal 55 72 116 0.53 0.38 0 0.55 223.28 0.36 0.34
Hex 37 48 74 35 26 0 37 DF 24 22
Octal 67 110 164 65 46 0 67 337 44 42
Binary 110111 1001000 1110100 110101 100110 0 110111 11011111 100100 100010

Color Harmonies of #374874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374874

Black with #374874

Text Example


Text Example

White with #374874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374874; }

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

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

background-color css

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

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

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

border-color css

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

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

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