Html Css Color HEX #364B6D Astronaut

📋 copy color: '#364B6D'

red 54 ◦ green 75 ◦ blue 109

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

Shades of Astronaut #364B6D

Tints of Astronaut #364B6D

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.8%

R = 22.69%
G = 31.51%
B = 45.8%

CMYK

 C value IS 0.50

 M value IS 0.31

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

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

RGB 54 75 109 -
CMYK 0.50 0.31 0 0.57
HSL 217.09º 0.34% 0.32% -
HSV(B) 217.09º 0.5% 0.43% -
XYZ 6.8 6.92 15.45 -
YUV 72.6 148.54 114.74 -
System Red Green Blue C M Y K H S L
Decimal 54 75 109 0.50 0.31 0 0.57 217.09 0.34 0.32
Hex 36 4B 6D 32 1F 0 39 D9 22 20
Octal 66 113 155 62 37 0 71 331 42 40
Binary 110110 1001011 1101101 110010 11111 0 111001 11011001 100010 100000

Color Harmonies of #364B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364B6D

Black with #364B6D

Text Example


Text Example

White with #364B6D

Text Example


Text Example

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