Html Css Color HEX #364D6E Astronaut

📋 copy color: '#364D6E'

red 54 ◦ green 77 ◦ blue 110

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

Shades of Astronaut #364D6E

Tints of Astronaut #364D6E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.95%

 BLUE value IS 110 (43.36% from 255) = 45.64%

R = 22.41%
G = 31.95%
B = 45.64%

CMYK

 C value IS 0.51

 M value IS 0.3

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#364D6E (or 0x364D6E) is known color: Astronaut. HEX triplet: 36, 4D and 6E. RGB value is (54,77,110). Sum of RGB (Red+Green+Blue) = 54+77+110=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 110 - color contains mainly: blue. Hex color #364D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364D6E is #C9B291. Grayscale: #494949. Windows color (decimal): -13218450 or 7228726. OLE color: 7228726.

HSL color Cylindrical-coordinate representation of color #364D6E: hue angle of 215.36º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #364D6E is Cyan = 0.51, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 54 77 110 -
CMYK 0.51 0.3 0 0.57
HSL 215.36º 0.34% 0.32% -
HSV(B) 215.36º 0.51% 0.43% -
XYZ 6.99 7.22 15.78 -
YUV 73.89 148.38 113.82 -
System Red Green Blue C M Y K H S L
Decimal 54 77 110 0.51 0.3 0 0.57 215.36 0.34 0.32
Hex 36 4D 6E 33 1E 0 39 D7 22 20
Octal 66 115 156 63 36 0 71 327 42 40
Binary 110110 1001101 1101110 110011 11110 0 111001 11010111 100010 100000

Color Harmonies of #364D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364D6E

Black with #364D6E

Text Example


Text Example

White with #364D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,77,110); }

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

background-color css

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

 a { background-color: rgb(54,77,110); }

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

border-color css

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

 span { border-color: rgb(54,77,110); }

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