#374380

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

Shades of Resolution Blue #374380

Tints of Resolution Blue #374380

Color information

#374380 (or 0x374380) is unknown color: approx Resolution Blue. HEX triplet: 37, 43 and 80. RGB value is (55,67,128). Sum of RGB (Red+Green+Blue) = 55+67+128=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 128 (50.39% from 255 or 51.2% from 250); Max value from RGB is 128 - color contains mainly: blue. Hex color #374380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374380 is #C8BC7F. Grayscale: #464646. Windows color (decimal): -13155456 or 8405815. OLE color: 8405815.

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

Color convert

RGB5567128-
CMYK0.570.4800.50
HSL230.14º39.89%35.88%-
HSV(B)230.14º57.03%50.2%-
XYZ7.486.3921.26-
YUV70.37160.52117.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22%
GREEN value IS 67 (26.56% from 255) = 26.8%
BLUE value IS 128 (50.39% from 255) = 51.2%
R=22%
G=26.8%
B=51.2%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal55671280.570.4800.50230.1439.8935.88
Hex3743803930032e62824
Octal6710320071600623465044
Binary110111100001110000000111001110000011001011100110101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374380; }

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

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

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

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

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

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

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

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