#364381

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

Shades of Resolution Blue #364381

Tints of Resolution Blue #364381

Color information

#364381 (or 0x364381) is unknown color: approx Resolution Blue. HEX triplet: 36, 43 and 81. RGB value is (54,67,129). Sum of RGB (Red+Green+Blue) = 54+67+129=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 129 (50.78% from 255 or 51.6% from 250); Max value from RGB is 129 - color contains mainly: blue. Hex color #364381 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364381 is #C9BC7E. Grayscale: #454545. Windows color (decimal): -13220991 or 8471350. OLE color: 8471350.

HSL color Cylindrical-coordinate representation of color #364381: hue angle of 229.6º 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 #364381 is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5467129-
CMYK0.580.4800.49
HSL229.6º40.98%35.88%-
HSV(B)229.6º58.14%50.59%-
XYZ7.496.3821.61-
YUV70.18161.19116.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.6%
GREEN value IS 67 (26.56% from 255) = 26.8%
BLUE value IS 129 (50.78% from 255) = 51.6%
R=21.6%
G=26.8%
B=51.6%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54671290.580.4800.49229.640.9835.88
Hex3643813A30031e62924
Octal6610320172600613465144
Binary110110100001110000001111010110000011000111100110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364381; }

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

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

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

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

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

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

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

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