Html Css Color HEX #374478 Resolution Blue

📋 copy color: '#374478'

red 55 ◦ green 68 ◦ blue 120

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

Shades of Resolution Blue #374478

Tints of Resolution Blue #374478

RGB

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

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

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

R = 22.63%
G = 27.98%
B = 49.38%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#374478 (or 0x374478) is known color: Resolution Blue. HEX triplet: 37, 44 and 78. RGB value is (55,68,120). Sum of RGB (Red+Green+Blue) = 55+68+120=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 120 (47.27% from 255 or 49.38% from 243); Max value from RGB is 120 - color contains mainly: blue. Hex color #374478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374478 is #C8BB87. Grayscale: #454545. Windows color (decimal): -13155208 or 7881783. OLE color: 7881783.

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

Color convert

RGB 55 68 120 -
CMYK 0.54 0.43 0 0.53
HSL 228º 0.37% 0.34% -
HSV(B) 228º 0.54% 0.47% -
XYZ 7.03 6.3 18.62 -
YUV 70.04 156.19 117.27 -
System Red Green Blue C M Y K H S L
Decimal 55 68 120 0.54 0.43 0 0.53 228 0.37 0.34
Hex 37 44 78 36 2B 0 35 E4 25 22
Octal 67 104 170 66 53 0 65 344 45 42
Binary 110111 1000100 1111000 110110 101011 0 110101 11100100 100101 100010

Color Harmonies of #374478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374478

Black with #374478

Text Example


Text Example

White with #374478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374478; }

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

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

background-color css

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

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

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

border-color css

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

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

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