Html Css Color HEX #374276 Resolution Blue

📋 copy color: '#374276'

red 55 ◦ green 66 ◦ blue 118

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

Shades of Resolution Blue #374276

Tints of Resolution Blue #374276

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.62%

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

R = 23.01%
G = 27.62%
B = 49.37%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#374276 (or 0x374276) is known color: Resolution Blue. HEX triplet: 37, 42 and 76. RGB value is (55,66,118). Sum of RGB (Red+Green+Blue) = 55+66+118=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #374276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374276 is #C8BD89. Grayscale: #444444. Windows color (decimal): -13155722 or 7750199. OLE color: 7750199.

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

Color convert

RGB 55 66 118 -
CMYK 0.53 0.44 0 0.54
HSL 229.52º 0.36% 0.34% -
HSV(B) 229.52º 0.53% 0.46% -
XYZ 6.79 6.02 17.94 -
YUV 68.64 155.86 118.27 -
System Red Green Blue C M Y K H S L
Decimal 55 66 118 0.53 0.44 0 0.54 229.52 0.36 0.34
Hex 37 42 76 35 2C 0 36 E6 24 22
Octal 67 102 166 65 54 0 66 346 44 42
Binary 110111 1000010 1110110 110101 101100 0 110110 11100110 100100 100010

Color Harmonies of #374276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374276

Black with #374276

Text Example


Text Example

White with #374276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374276; }

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

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

background-color css

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

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

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

border-color css

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

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

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