#364B6D

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

Shades of Astronaut #364B6D

Tints of Astronaut #364B6D

Color information

#364B6D (or 0x364B6D) is unknown color: approx Astronaut. HEX triplet: 36, 4B and 6D. RGB value is (54,75,109). Sum of RGB (Red+Green+Blue) = 54+75+109=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 75 (29.69% from 255 or 31.51% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 109 - color contains mainly: blue. Hex color #364B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364B6D is #C9B492. Grayscale: #484848. Windows color (decimal): -13218963 or 7162678. OLE color: 7162678.

HSL color Cylindrical-coordinate representation of color #364B6D: hue angle of 217.09º 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 #364B6D is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5475109-
CMYK0.500.3100.57
HSL217.09º33.74%31.96%-
HSV(B)217.09º50.46%42.75%-
XYZ6.86.9215.45-
YUV72.6148.54114.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.69%
GREEN value IS 75 (29.69% from 255) = 31.51%
BLUE value IS 109 (42.97% from 255) = 45.80%
R=22.69%
G=31.51%
B=45.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54751090.500.3100.57217.0933.7431.96
Hex364B6D321F039d92220
Octal6611315562370713314240
Binary1101101001011110110111001011111011100111011001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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