#364070

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

Shades of Resolution Blue #364070

Tints of Resolution Blue #364070

Color information

#364070 (or 0x364070) is unknown color: approx Resolution Blue. HEX triplet: 36, 40 and 70. RGB value is (54,64,112). Sum of RGB (Red+Green+Blue) = 54+64+112=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #364070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364070 is #C9BF8F. Grayscale: #424242. Windows color (decimal): -13221776 or 7356470. OLE color: 7356470.

HSL color Cylindrical-coordinate representation of color #364070: hue angle of 229.66º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #364070 is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5464112-
CMYK0.520.4300.56
HSL229.66º34.94%32.55%-
HSV(B)229.66º51.79%43.92%-
XYZ6.285.6216.08-
YUV66.48153.69119.1-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.48%
GREEN value IS 64 (25.39% from 255) = 27.83%
BLUE value IS 112 (44.14% from 255) = 48.70%
R=23.48%
G=27.83%
B=48.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54641120.520.4300.56229.6634.9432.55
Hex364070342B038e62321
Octal6610016064530703464341
Binary11011010000001110000110100101011011100011100110100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364070; }

 p { color: rgb(54,64,112); }

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

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

 a { background-color: rgb(54,64,112); }

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

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

 span { border-color: rgb(54,64,112); }

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