#364373

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

Shades of Resolution Blue #364373

Tints of Resolution Blue #364373

Color information

#364373 (or 0x364373) is unknown color: approx Resolution Blue. HEX triplet: 36, 43 and 73. RGB value is (54,67,115). Sum of RGB (Red+Green+Blue) = 54+67+115=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 115 - color contains mainly: blue. Hex color #364373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364373 is #C9BC8C. Grayscale: #444444. Windows color (decimal): -13221005 or 7553846. OLE color: 7553846.

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

Color convert

RGB5467115-
CMYK0.530.4200.55
HSL227.21º36.09%33.14%-
HSV(B)227.21º53.04%45.1%-
XYZ6.626.0417.04-
YUV68.59154.19117.6-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.88%
GREEN value IS 67 (26.56% from 255) = 28.39%
BLUE value IS 115 (45.31% from 255) = 48.73%
R=22.88%
G=28.39%
B=48.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54671150.530.4200.55227.2136.0933.14
Hex364373352A037e32421
Octal6610316365520673434441
Binary11011010000111110011110101101010011011111100011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364373; }

 p { color: rgb(54,67,115); }

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

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

 a { background-color: rgb(54,67,115); }

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

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

 span { border-color: rgb(54,67,115); }

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