#364572

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

Shades of Resolution Blue #364572

Tints of Resolution Blue #364572

Color information

#364572 (or 0x364572) is unknown color: approx Resolution Blue. HEX triplet: 36, 45 and 72. RGB value is (54,69,114). Sum of RGB (Red+Green+Blue) = 54+69+114=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 114 - color contains mainly: blue. Hex color #364572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364572 is #C9BA8D. Grayscale: #454545. Windows color (decimal): -13220494 or 7488822. OLE color: 7488822.

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

Color convert

RGB5469114-
CMYK0.530.3900.55
HSL225º35.71%32.94%-
HSV(B)225º52.63%44.71%-
XYZ6.696.2616.77-
YUV69.64153.03116.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.78%
GREEN value IS 69 (27.34% from 255) = 29.11%
BLUE value IS 114 (44.92% from 255) = 48.10%
R=22.78%
G=29.11%
B=48.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54691140.530.3900.5522535.7132.94
Hex3645723527037e12421
Octal6610516265470673414441
Binary11011010001011110010110101100111011011111100001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364572; }

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

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

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

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

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

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

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

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