#364172

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

Shades of Resolution Blue #364172

Tints of Resolution Blue #364172

Color information

#364172 (or 0x364172) is unknown color: approx Resolution Blue. HEX triplet: 36, 41 and 72. RGB value is (54,65,114). Sum of RGB (Red+Green+Blue) = 54+65+114=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #364172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364172 is #C9BE8D. Grayscale: #434343. Windows color (decimal): -13221518 or 7487798. OLE color: 7487798.

HSL color Cylindrical-coordinate representation of color #364172: hue angle of 229º 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 #364172 is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5465114-
CMYK0.530.4300.55
HSL229º35.71%32.94%-
HSV(B)229º52.63%44.71%-
XYZ6.455.7816.7-
YUV67.3154.36118.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.18%
GREEN value IS 65 (25.78% from 255) = 27.90%
BLUE value IS 114 (44.92% from 255) = 48.93%
R=23.18%
G=27.90%
B=48.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54651140.530.4300.5522935.7132.94
Hex364172352B037e52421
Octal6610116265530673454441
Binary11011010000011110010110101101011011011111100101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364172; }

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

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

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

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

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

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

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

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