#364C6D

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

Shades of Astronaut #364C6D

Tints of Astronaut #364C6D

Color information

#364C6D (or 0x364C6D) is unknown color: approx Astronaut. HEX triplet: 36, 4C and 6D. RGB value is (54,76,109). Sum of RGB (Red+Green+Blue) = 54+76+109=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 109 - color contains mainly: blue. Hex color #364C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364C6D is #C9B392. Grayscale: #494949. Windows color (decimal): -13218707 or 7162934. OLE color: 7162934.

HSL color Cylindrical-coordinate representation of color #364C6D: hue angle of 216º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #364C6D is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5476109-
CMYK0.500.3000.57
HSL216º33.74%31.96%-
HSV(B)216º50.46%42.75%-
XYZ6.877.0615.47-
YUV73.18148.21114.32-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.59%
GREEN value IS 76 (30.08% from 255) = 31.80%
BLUE value IS 109 (42.97% from 255) = 45.61%
R=22.59%
G=31.80%
B=45.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54761090.500.3000.5721633.7431.96
Hex364C6D321E039d82220
Octal6611415562360713304240
Binary1101101001100110110111001011110011100111011000100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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