#364A6B

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

Shades of Astronaut #364A6B

Tints of Astronaut #364A6B

Color information

#364A6B (or 0x364A6B) is unknown color: approx Astronaut. HEX triplet: 36, 4A and 6B. RGB value is (54,74,107). Sum of RGB (Red+Green+Blue) = 54+74+107=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 107 (42.19% from 255 or 45.53% from 235); Max value from RGB is 107 - color contains mainly: blue. Hex color #364A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364A6B is #C9B594. Grayscale: #474747. Windows color (decimal): -13219221 or 7031350. OLE color: 7031350.

HSL color Cylindrical-coordinate representation of color #364A6B: hue angle of 217.36º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #364A6B is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5474107-
CMYK0.500.3100.58
HSL217.36º32.92%31.57%-
HSV(B)217.36º49.53%41.96%-
XYZ6.626.7414.86-
YUV71.78147.87115.32-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.98%
GREEN value IS 74 (29.30% from 255) = 31.49%
BLUE value IS 107 (42.19% from 255) = 45.53%
R=22.98%
G=31.49%
B=45.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54741070.500.3100.58217.3632.9231.57
Hex364A6B321F03Ad92120
Octal6611215362370723314140
Binary1101101001010110101111001011111011101011011001100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,74,107); }

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

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

 a { background-color: rgb(54,74,107); }

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

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

 span { border-color: rgb(54,74,107); }

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