Html Css Color HEX #364A6B Astronaut

📋 copy color: '#364A6B'

red 54 ◦ green 74 ◦ blue 107

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

Shades of Astronaut #364A6B

Tints of Astronaut #364A6B

RGB

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

 GREEN value IS 74 (29.3% 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 value IS 0.50

 M value IS 0.31

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

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

RGB 54 74 107 -
CMYK 0.50 0.31 0 0.58
HSL 217.36º 0.33% 0.32% -
HSV(B) 217.36º 0.5% 0.42% -
XYZ 6.62 6.74 14.86 -
YUV 71.78 147.87 115.32 -
System Red Green Blue C M Y K H S L
Decimal 54 74 107 0.50 0.31 0 0.58 217.36 0.33 0.32
Hex 36 4A 6B 32 1F 0 3A D9 21 20
Octal 66 112 153 62 37 0 72 331 41 40
Binary 110110 1001010 1101011 110010 11111 0 111010 11011001 100001 100000

Color Harmonies of #364A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364A6B

Black with #364A6B

Text Example


Text Example

White with #364A6B

Text Example


Text Example

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