#364175

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

Shades of Resolution Blue #364175

Tints of Resolution Blue #364175

Color information

#364175 (or 0x364175) is unknown color: approx Resolution Blue. HEX triplet: 36, 41 and 75. RGB value is (54,65,117). Sum of RGB (Red+Green+Blue) = 54+65+117=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #364175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364175 is #C9BE8A. Grayscale: #434343. Windows color (decimal): -13221515 or 7684406. OLE color: 7684406.

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

Color convert

RGB5465117-
CMYK0.540.4400.54
HSL229.52º36.84%33.53%-
HSV(B)229.52º53.85%45.88%-
XYZ6.625.8517.61-
YUV67.64155.86118.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.88%
GREEN value IS 65 (25.78% from 255) = 27.54%
BLUE value IS 117 (46.09% from 255) = 49.58%
R=22.88%
G=27.54%
B=49.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54651170.540.4400.54229.5236.8433.53
Hex364175362C036e62522
Octal6610116566540663464542
Binary11011010000011110101110110101100011011011100110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364175; }

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

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

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

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

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

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

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

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