Html Css Color HEX #374475 Resolution Blue

📋 copy color: '#374475'

red 55 ◦ green 68 ◦ blue 117

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

Shades of Resolution Blue #374475

Tints of Resolution Blue #374475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 48.75%

R = 22.92%
G = 28.33%
B = 48.75%

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

#374475 (or 0x374475) is known color: Resolution Blue. HEX triplet: 37, 44 and 75. RGB value is (55,68,117). Sum of RGB (Red+Green+Blue) = 55+68+117=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 117 - color contains mainly: blue. Hex color #374475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374475 is #C8BB8A. Grayscale: #454545. Windows color (decimal): -13155211 or 7685175. OLE color: 7685175.

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

Color convert

RGB 55 68 117 -
CMYK 0.53 0.42 0 0.54
HSL 227.42º 0.36% 0.34% -
HSV(B) 227.42º 0.53% 0.46% -
XYZ 6.85 6.23 17.67 -
YUV 69.7 154.69 117.52 -
System Red Green Blue C M Y K H S L
Decimal 55 68 117 0.53 0.42 0 0.54 227.42 0.36 0.34
Hex 37 44 75 35 2A 0 36 E3 24 22
Octal 67 104 165 65 52 0 66 343 44 42
Binary 110111 1000100 1110101 110101 101010 0 110110 11100011 100100 100010

Color Harmonies of #374475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374475

Black with #374475

Text Example


Text Example

White with #374475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374475; }

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

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

background-color css

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

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

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

border-color css

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

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

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