Html Css Color HEX #364C6D Astronaut

📋 copy color: '#364C6D'

red 54 ◦ green 76 ◦ blue 109

#364C6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut #364C6D

Tints of Astronaut #364C6D

RGB

 RED value IS 54 (21.48% from 255) = 22.59%

 GREEN value IS 76 (30.08% from 255) = 31.8%

 BLUE value IS 109 (42.97% from 255) = 45.61%

R = 22.59%
G = 31.8%
B = 45.61%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#364C6D (or 0x364C6D) is known color: 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

RGB 54 76 109 -
CMYK 0.50 0.30 0 0.57
HSL 216º 0.34% 0.32% -
HSV(B) 216º 0.5% 0.43% -
XYZ 6.87 7.06 15.47 -
YUV 73.18 148.21 114.32 -
System Red Green Blue C M Y K H S L
Decimal 54 76 109 0.50 0.30 0 0.57 216 0.34 0.32
Hex 36 4C 6D 32 1E 0 39 D8 22 20
Octal 66 114 155 62 36 0 71 330 42 40
Binary 110110 1001100 1101101 110010 11110 0 111001 11011000 100010 100000

Color Harmonies of #364C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364C6D

Black with #364C6D

Text Example


Text Example

White with #364C6D

Text Example


Text Example

HTML Codes & Css Web 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>