#364280

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

Shades of Resolution Blue #364280

Tints of Resolution Blue #364280

Color information

#364280 (or 0x364280) is unknown color: approx Resolution Blue. HEX triplet: 36, 42 and 80. RGB value is (54,66,128). Sum of RGB (Red+Green+Blue) = 54+66+128=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 128 (50.39% from 255 or 51.61% from 248); Max value from RGB is 128 - color contains mainly: blue. Hex color #364280 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364280 is #C9BD7F. Grayscale: #454545. Windows color (decimal): -13221248 or 8405558. OLE color: 8405558.

HSL color Cylindrical-coordinate representation of color #364280: hue angle of 230.27º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #364280 is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5466128-
CMYK0.580.4800.50
HSL230.27º40.66%35.69%-
HSV(B)230.27º57.81%50.2%-
XYZ7.376.2421.24-
YUV69.48161.02116.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.77%
GREEN value IS 66 (26.17% from 255) = 26.61%
BLUE value IS 128 (50.39% from 255) = 51.61%
R=21.77%
G=26.61%
B=51.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54661280.580.4800.50230.2740.6635.69
Hex3642803A30032e62924
Octal6610220072600623465144
Binary110110100001010000000111010110000011001011100110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364280; }

 p { color: rgb(54,66,128); }

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

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

 a { background-color: rgb(54,66,128); }

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

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

 span { border-color: rgb(54,66,128); }

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