#364670

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

Shades of Resolution Blue #364670

Tints of Resolution Blue #364670

Color information

#364670 (or 0x364670) is unknown color: approx Resolution Blue. HEX triplet: 36, 46 and 70. RGB value is (54,70,112). Sum of RGB (Red+Green+Blue) = 54+70+112=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 112 - color contains mainly: blue. Hex color #364670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364670 is #C9B98F. Grayscale: #454545. Windows color (decimal): -13220240 or 7358006. OLE color: 7358006.

HSL color Cylindrical-coordinate representation of color #364670: hue angle of 223.45º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #364670 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5470112-
CMYK0.520.3800.56
HSL223.45º34.94%32.55%-
HSV(B)223.45º51.79%43.92%-
XYZ6.646.3316.2-
YUV70151.7116.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.88%
GREEN value IS 70 (27.73% from 255) = 29.66%
BLUE value IS 112 (44.14% from 255) = 47.46%
R=22.88%
G=29.66%
B=47.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54701120.520.3800.56223.4534.9432.55
Hex3646703426038df2321
Octal6610616064460703374341
Binary11011010001101110000110100100110011100011011111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364670; }

 p { color: rgb(54,70,112); }

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

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

 a { background-color: rgb(54,70,112); }

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

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

 span { border-color: rgb(54,70,112); }

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