#364775

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

Shades of Resolution Blue #364775

Tints of Resolution Blue #364775

Color information

#364775 (or 0x364775) is unknown color: approx Resolution Blue. HEX triplet: 36, 47 and 75. RGB value is (54,71,117). Sum of RGB (Red+Green+Blue) = 54+71+117=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #364775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364775 is #C9B88A. Grayscale: #464646. Windows color (decimal): -13219979 or 7685942. OLE color: 7685942.

HSL color Cylindrical-coordinate representation of color #364775: hue angle of 223.81º 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 #364775 is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5471117-
CMYK0.540.3900.54
HSL223.81º36.84%33.53%-
HSV(B)223.81º53.85%45.88%-
XYZ6.996.5817.73-
YUV71.16153.87115.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.31%
GREEN value IS 71 (28.12% from 255) = 29.34%
BLUE value IS 117 (46.09% from 255) = 48.35%
R=22.31%
G=29.34%
B=48.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54711170.540.3900.54223.8136.8433.53
Hex3647753627036e02522
Octal6610716566470663404542
Binary11011010001111110101110110100111011011011100000100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364775; }

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

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

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

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

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

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

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

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