#374481

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

Shades of Resolution Blue #374481

Tints of Resolution Blue #374481

Color information

#374481 (or 0x374481) is unknown color: approx Resolution Blue. HEX triplet: 37, 44 and 81. RGB value is (55,68,129). Sum of RGB (Red+Green+Blue) = 55+68+129=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 129 (50.78% from 255 or 51.19% from 252); Max value from RGB is 129 - color contains mainly: blue. Hex color #374481 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374481 is #C8BB7E. Grayscale: #464646. Windows color (decimal): -13155199 or 8471607. OLE color: 8471607.

HSL color Cylindrical-coordinate representation of color #374481: hue angle of 229.46º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #374481 is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5568129-
CMYK0.570.4700.49
HSL229.46º40.22%36.08%-
HSV(B)229.46º57.36%50.59%-
XYZ7.616.5321.63-
YUV71.07160.69116.54-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.83%
GREEN value IS 68 (26.95% from 255) = 26.98%
BLUE value IS 129 (50.78% from 255) = 51.19%
R=21.83%
G=26.98%
B=51.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55681290.570.4700.49229.4640.2236.08
Hex374481392F031e52824
Octal6710420171570613455044
Binary110111100010010000001111001101111011000111100101101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374481; }

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

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

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

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

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

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

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

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