#364281

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

Shades of Resolution Blue #364281

Tints of Resolution Blue #364281

Color information

#364281 (or 0x364281) is unknown color: approx Resolution Blue. HEX triplet: 36, 42 and 81. RGB value is (54,66,129). Sum of RGB (Red+Green+Blue) = 54+66+129=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 129 (50.78% from 255 or 51.81% from 249); Max value from RGB is 129 - color contains mainly: blue. Hex color #364281 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364281 is #C9BD7E. Grayscale: #454545. Windows color (decimal): -13221247 or 8471094. OLE color: 8471094.

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

Color convert

RGB5466129-
CMYK0.580.4900.49
HSL230.4º40.98%35.88%-
HSV(B)230.4º58.14%50.59%-
XYZ7.436.2721.59-
YUV69.59161.52116.88-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.69%
GREEN value IS 66 (26.17% from 255) = 26.51%
BLUE value IS 129 (50.78% from 255) = 51.81%
R=21.69%
G=26.51%
B=51.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54661290.580.4900.49230.440.9835.88
Hex3642813A31031e62924
Octal6610220172610613465144
Binary110110100001010000001111010110001011000111100110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364281; }

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

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

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

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

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

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

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

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