#374379

Color #374379 Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #374379

Tints of Resolution Blue #374379

Color information

#374379 (or 0x374379) is unknown color: approx Resolution Blue. HEX triplet: 37, 43 and 79. RGB value is (55,67,121). Sum of RGB (Red+Green+Blue) = 55+67+121=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 121 (47.66% from 255 or 49.79% from 243); Max value from RGB is 121 - color contains mainly: blue. Hex color #374379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374379 is #C8BC86. Grayscale: #454545. Windows color (decimal): -13155463 or 7947063. OLE color: 7947063.

HSL color Cylindrical-coordinate representation of color #374379: hue angle of 229.09º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #374379 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5567121-
CMYK0.550.4500.53
HSL229.09º37.5%34.51%-
HSV(B)229.09º54.55%47.45%-
XYZ7.036.2118.92-
YUV69.57157.02117.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.63%
GREEN value IS 67 (26.56% from 255) = 27.57%
BLUE value IS 121 (47.66% from 255) = 49.79%
R=22.63%
G=27.57%
B=49.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55671210.550.4500.53229.0937.534.51
Hex374379372D035e52623
Octal6710317167550653454643
Binary11011110000111111001110111101101011010111100101100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374379; }

 p { color: rgb(55,67,121); }

 H1.HeaderClassName
 {
   color: #374379;
 }
 .AnyTagClassName
 {
   color: #374379;
 }
</style>
background-color css

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

 a { background-color: rgb(55,67,121); }

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

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

 span { border-color: rgb(55,67,121); }

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