#374482

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

Shades of Resolution Blue #374482

Tints of Resolution Blue #374482

Color information

#374482 (or 0x374482) is unknown color: approx Resolution Blue. HEX triplet: 37, 44 and 82. RGB value is (55,68,130). Sum of RGB (Red+Green+Blue) = 55+68+130=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 130 (51.17% from 255 or 51.38% from 253); Max value from RGB is 130 - color contains mainly: blue. Hex color #374482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374482 is #C8BB7D. Grayscale: #464646. Windows color (decimal): -13155198 or 8537143. OLE color: 8537143.

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

Color convert

RGB5568130-
CMYK0.580.4800.49
HSL229.6º40.54%36.27%-
HSV(B)229.6º57.69%50.98%-
XYZ7.676.5621.98-
YUV71.18161.19116.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.74%
GREEN value IS 68 (26.95% from 255) = 26.88%
BLUE value IS 130 (51.17% from 255) = 51.38%
R=21.74%
G=26.88%
B=51.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55681300.580.4800.49229.640.5436.27
Hex3744823A30031e62924
Octal6710420272600613465144
Binary110111100010010000010111010110000011000111100110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374482; }

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

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

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

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

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

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

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

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