#364B73

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

Shades of Astronaut #364B73

Tints of Astronaut #364B73

Color information

#364B73 (or 0x364B73) is unknown color: approx Astronaut. HEX triplet: 36, 4B and 73. RGB value is (54,75,115). Sum of RGB (Red+Green+Blue) = 54+75+115=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 75 (29.69% from 255 or 30.74% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #364B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364B73 is #C9B48C. Grayscale: #494949. Windows color (decimal): -13218957 or 7555894. OLE color: 7555894.

HSL color Cylindrical-coordinate representation of color #364B73: hue angle of 219.34º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #364B73 is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5475115-
CMYK0.530.3500.55
HSL219.34º36.09%33.14%-
HSV(B)219.34º53.04%45.1%-
XYZ7.137.0517.21-
YUV73.28151.54114.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.13%
GREEN value IS 75 (29.69% from 255) = 30.74%
BLUE value IS 115 (45.31% from 255) = 47.13%
R=22.13%
G=30.74%
B=47.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54751150.530.3500.55219.3436.0933.14
Hex364B733523037db2421
Octal6611316365430673334441
Binary11011010010111110011110101100011011011111011011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,75,115); }

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

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

 a { background-color: rgb(54,75,115); }

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

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

 span { border-color: rgb(54,75,115); }

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