Html Css Color HEX #374676 Resolution Blue

📋 copy color: '#374676'

red 55 ◦ green 70 ◦ blue 118

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

Shades of Resolution Blue #374676

Tints of Resolution Blue #374676

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.81%

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

R = 22.63%
G = 28.81%
B = 48.56%

CMYK

 C value IS 0.53

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#374676 (or 0x374676) is known color: Resolution Blue. HEX triplet: 37, 46 and 76. RGB value is (55,70,118). Sum of RGB (Red+Green+Blue) = 55+70+118=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #374676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374676 is #C8B989. Grayscale: #464646. Windows color (decimal): -13154698 or 7751223. OLE color: 7751223.

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

Color convert

RGB 55 70 118 -
CMYK 0.53 0.41 0 0.54
HSL 225.71º 0.36% 0.34% -
HSV(B) 225.71º 0.53% 0.46% -
XYZ 7.04 6.5 18.02 -
YUV 70.99 154.53 116.6 -
System Red Green Blue C M Y K H S L
Decimal 55 70 118 0.53 0.41 0 0.54 225.71 0.36 0.34
Hex 37 46 76 35 29 0 36 E2 24 22
Octal 67 106 166 65 51 0 66 342 44 42
Binary 110111 1000110 1110110 110101 101001 0 110110 11100010 100100 100010

Color Harmonies of #374676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374676

Black with #374676

Text Example


Text Example

White with #374676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374676; }

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

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

background-color css

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

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

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

border-color css

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

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

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