#364C71

Color #364C71 Astronaut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut #364C71

Tints of Astronaut #364C71

Color information

#364C71 (or 0x364C71) is unknown color: approx Astronaut. HEX triplet: 36, 4C and 71. RGB value is (54,76,113). Sum of RGB (Red+Green+Blue) = 54+76+113=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #364C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364C71 is #C9B38E. Grayscale: #494949. Windows color (decimal): -13218703 or 7425078. OLE color: 7425078.

HSL color Cylindrical-coordinate representation of color #364C71: hue angle of 217.63º 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 #364C71 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5476113-
CMYK0.520.3300.56
HSL217.63º35.33%32.75%-
HSV(B)217.63º52.21%44.31%-
XYZ7.097.1516.63-
YUV73.64150.21113.99-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.22%
GREEN value IS 76 (30.08% from 255) = 31.28%
BLUE value IS 113 (44.53% from 255) = 46.50%
R=22.22%
G=31.28%
B=46.50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54761130.520.3300.56217.6335.3332.75
Hex364C713421038da2321
Octal6611416164410703324341
Binary11011010011001110001110100100001011100011011010100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364C71; }

 p { color: rgb(54,76,113); }

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

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

 a { background-color: rgb(54,76,113); }

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

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

 span { border-color: rgb(54,76,113); }

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