Html Css Color HEX #364C6E Astronaut

📋 copy color: '#364C6E'

red 54 ◦ green 76 ◦ blue 110

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

Shades of Astronaut #364C6E

Tints of Astronaut #364C6E

RGB

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

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

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

R = 22.5%
G = 31.67%
B = 45.83%

CMYK

 C value IS 0.51

 M value IS 0.31

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#364C6E (or 0x364C6E) is known color: Astronaut. HEX triplet: 36, 4C and 6E. RGB value is (54,76,110). Sum of RGB (Red+Green+Blue) = 54+76+110=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 110 - color contains mainly: blue. Hex color #364C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364C6E is #C9B391. Grayscale: #494949. Windows color (decimal): -13218706 or 7228470. OLE color: 7228470.

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

Color convert

RGB 54 76 110 -
CMYK 0.51 0.31 0 0.57
HSL 216.43º 0.34% 0.32% -
HSV(B) 216.43º 0.51% 0.43% -
XYZ 6.92 7.08 15.75 -
YUV 73.3 148.71 114.24 -
System Red Green Blue C M Y K H S L
Decimal 54 76 110 0.51 0.31 0 0.57 216.43 0.34 0.32
Hex 36 4C 6E 33 1F 0 39 D8 22 20
Octal 66 114 156 63 37 0 71 330 42 40
Binary 110110 1001100 1101110 110011 11111 0 111001 11011000 100010 100000

Color Harmonies of #364C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364C6E

Black with #364C6E

Text Example


Text Example

White with #364C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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