Html Css Color HEX #374776 Resolution Blue

📋 copy color: '#374776'

red 55 ◦ green 71 ◦ blue 118

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

Shades of Resolution Blue #374776

Tints of Resolution Blue #374776

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.1%

 BLUE value IS 118 (46.48% from 255) = 48.36%

R = 22.54%
G = 29.1%
B = 48.36%

CMYK

 C value IS 0.53

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#374776 (or 0x374776) is known color: Resolution Blue. HEX triplet: 37, 47 and 76. RGB value is (55,71,118). Sum of RGB (Red+Green+Blue) = 55+71+118=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #374776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374776 is #C8B889. Grayscale: #474747. Windows color (decimal): -13154442 or 7751479. OLE color: 7751479.

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

Color convert

RGB 55 71 118 -
CMYK 0.53 0.40 0 0.54
HSL 224.76º 0.36% 0.34% -
HSV(B) 224.76º 0.53% 0.46% -
XYZ 7.1 6.63 18.04 -
YUV 71.57 154.2 116.18 -
System Red Green Blue C M Y K H S L
Decimal 55 71 118 0.53 0.40 0 0.54 224.76 0.36 0.34
Hex 37 47 76 35 28 0 36 E1 24 22
Octal 67 107 166 65 50 0 66 341 44 42
Binary 110111 1000111 1110110 110101 101000 0 110110 11100001 100100 100010

Color Harmonies of #374776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374776

Black with #374776

Text Example


Text Example

White with #374776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374776; }

 p { color: rgb(55,71,118); }

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

background-color css

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

 a { background-color: rgb(55,71,118); }

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

border-color css

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

 span { border-color: rgb(55,71,118); }

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