Html Css Color HEX #364A6D Astronaut

📋 copy color: '#364A6D'

red 54 ◦ green 74 ◦ blue 109

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

Shades of Astronaut #364A6D

Tints of Astronaut #364A6D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.22%

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

R = 22.78%
G = 31.22%
B = 45.99%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#364A6D (or 0x364A6D) is known color: Astronaut. HEX triplet: 36, 4A and 6D. RGB value is (54,74,109). Sum of RGB (Red+Green+Blue) = 54+74+109=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #364A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364A6D is #C9B592. Grayscale: #474747. Windows color (decimal): -13219219 or 7162422. OLE color: 7162422.

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

Color convert

RGB 54 74 109 -
CMYK 0.50 0.32 0 0.57
HSL 218.18º 0.34% 0.32% -
HSV(B) 218.18º 0.5% 0.43% -
XYZ 6.73 6.79 15.42 -
YUV 72.01 148.87 115.15 -
System Red Green Blue C M Y K H S L
Decimal 54 74 109 0.50 0.32 0 0.57 218.18 0.34 0.32
Hex 36 4A 6D 32 20 0 39 DA 22 20
Octal 66 112 155 62 40 0 71 332 42 40
Binary 110110 1001010 1101101 110010 100000 0 111001 11011010 100010 100000

Color Harmonies of #364A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364A6D

Black with #364A6D

Text Example


Text Example

White with #364A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #364A6D;
 }
 .AnyTagClassName
 {
   color: #364A6D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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