Html Css Color HEX #374578 Resolution Blue

📋 copy color: '#374578'

red 55 ◦ green 69 ◦ blue 120

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

Shades of Resolution Blue #374578

Tints of Resolution Blue #374578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 49.18%

R = 22.54%
G = 28.28%
B = 49.18%

CMYK

 C value IS 0.54

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#374578 (or 0x374578) is known color: Resolution Blue. HEX triplet: 37, 45 and 78. RGB value is (55,69,120). Sum of RGB (Red+Green+Blue) = 55+69+120=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 120 (47.27% from 255 or 49.18% from 244); Max value from RGB is 120 - color contains mainly: blue. Hex color #374578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374578 is #C8BA87. Grayscale: #464646. Windows color (decimal): -13154952 or 7882039. OLE color: 7882039.

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

Color convert

RGB 55 69 120 -
CMYK 0.54 0.42 0 0.53
HSL 227.08º 0.37% 0.34% -
HSV(B) 227.08º 0.54% 0.47% -
XYZ 7.09 6.42 18.64 -
YUV 70.63 155.86 116.85 -
System Red Green Blue C M Y K H S L
Decimal 55 69 120 0.54 0.42 0 0.53 227.08 0.37 0.34
Hex 37 45 78 36 2A 0 35 E3 25 22
Octal 67 105 170 66 52 0 65 343 45 42
Binary 110111 1000101 1111000 110110 101010 0 110101 11100011 100101 100010

Color Harmonies of #374578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374578

Black with #374578

Text Example


Text Example

White with #374578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374578; }

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

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

background-color css

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

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

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

border-color css

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

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

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