#364A75

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

Shades of Resolution Blue #364A75

Tints of Resolution Blue #364A75

Color information

#364A75 (or 0x364A75) is unknown color: approx Resolution Blue. HEX triplet: 36, 4A and 75. RGB value is (54,74,117). Sum of RGB (Red+Green+Blue) = 54+74+117=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #364A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364A75 is #C9B58A. Grayscale: #484848. Windows color (decimal): -13219211 or 7686710. OLE color: 7686710.

HSL color Cylindrical-coordinate representation of color #364A75: hue angle of 220.95º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #364A75 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5474117-
CMYK0.540.3700.54
HSL220.95º36.84%33.53%-
HSV(B)220.95º53.85%45.88%-
XYZ7.186.9717.8-
YUV72.92152.87114.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.04%
GREEN value IS 74 (29.30% from 255) = 30.20%
BLUE value IS 117 (46.09% from 255) = 47.76%
R=22.04%
G=30.20%
B=47.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54741170.540.3700.54220.9536.8433.53
Hex364A753625036dd2522
Octal6611216566450663354542
Binary11011010010101110101110110100101011011011011101100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364A75; }

 p { color: rgb(54,74,117); }

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

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

 a { background-color: rgb(54,74,117); }

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

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

 span { border-color: rgb(54,74,117); }

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