#364C70

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

Shades of Astronaut #364C70

Tints of Astronaut #364C70

Color information

#364C70 (or 0x364C70) is unknown color: approx Astronaut. HEX triplet: 36, 4C and 70. RGB value is (54,76,112). Sum of RGB (Red+Green+Blue) = 54+76+112=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 112 - color contains mainly: blue. Hex color #364C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364C70 is #C9B38F. Grayscale: #494949. Windows color (decimal): -13218704 or 7359542. OLE color: 7359542.

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

Color convert

RGB5476112-
CMYK0.520.3200.56
HSL217.24º34.94%32.55%-
HSV(B)217.24º51.79%43.92%-
XYZ7.037.1216.33-
YUV73.53149.71114.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.31%
GREEN value IS 76 (30.08% from 255) = 31.40%
BLUE value IS 112 (44.14% from 255) = 46.28%
R=22.31%
G=31.40%
B=46.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54761120.520.3200.56217.2434.9432.55
Hex364C703420038d92321
Octal6611416064400703314341
Binary11011010011001110000110100100000011100011011001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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