Html Css Color HEX #374576 Resolution Blue

📋 copy color: '#374576'

red 55 ◦ green 69 ◦ blue 118

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

Shades of Resolution Blue #374576

Tints of Resolution Blue #374576

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.51%

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

R = 22.73%
G = 28.51%
B = 48.76%

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

#374576 (or 0x374576) is known color: Resolution Blue. HEX triplet: 37, 45 and 76. RGB value is (55,69,118). Sum of RGB (Red+Green+Blue) = 55+69+118=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #374576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374576 is #C8BA89. Grayscale: #464646. Windows color (decimal): -13154954 or 7750967. OLE color: 7750967.

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

Color convert

RGB 55 69 118 -
CMYK 0.53 0.42 0 0.54
HSL 226.67º 0.36% 0.34% -
HSV(B) 226.67º 0.53% 0.46% -
XYZ 6.97 6.38 18 -
YUV 70.4 154.86 117.02 -
System Red Green Blue C M Y K H S L
Decimal 55 69 118 0.53 0.42 0 0.54 226.67 0.36 0.34
Hex 37 45 76 35 2A 0 36 E3 24 22
Octal 67 105 166 65 52 0 66 343 44 42
Binary 110111 1000101 1110110 110101 101010 0 110110 11100011 100100 100010

Color Harmonies of #374576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374576

Black with #374576

Text Example


Text Example

White with #374576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374576; }

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

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

background-color css

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

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

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

border-color css

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

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

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