Html Css Color HEX #374476 Resolution Blue

📋 copy color: '#374476'

red 55 ◦ green 68 ◦ blue 118

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

Shades of Resolution Blue #374476

Tints of Resolution Blue #374476

RGB

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

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

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

R = 22.82%
G = 28.22%
B = 48.96%

CMYK

 C value IS 0.53

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#374476 (or 0x374476) is known color: Resolution Blue. HEX triplet: 37, 44 and 76. RGB value is (55,68,118). Sum of RGB (Red+Green+Blue) = 55+68+118=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #374476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374476 is #C8BB89. Grayscale: #454545. Windows color (decimal): -13155210 or 7750711. OLE color: 7750711.

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

Color convert

RGB 55 68 118 -
CMYK 0.53 0.42 0 0.54
HSL 227.62º 0.36% 0.34% -
HSV(B) 227.62º 0.53% 0.46% -
XYZ 6.91 6.25 17.98 -
YUV 69.81 155.19 117.43 -
System Red Green Blue C M Y K H S L
Decimal 55 68 118 0.53 0.42 0 0.54 227.62 0.36 0.34
Hex 37 44 76 35 2A 0 36 E4 24 22
Octal 67 104 166 65 52 0 66 344 44 42
Binary 110111 1000100 1110110 110101 101010 0 110110 11100100 100100 100010

Color Harmonies of #374476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374476

Black with #374476

Text Example


Text Example

White with #374476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374476; }

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

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

background-color css

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

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

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

border-color css

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

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

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