Html Css Color HEX #364A71 Astronaut

📋 copy color: '#364A71'

red 54 ◦ green 74 ◦ blue 113

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

Shades of Astronaut #364A71

Tints of Astronaut #364A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 46.89%

R = 22.41%
G = 30.71%
B = 46.89%

CMYK

 C value IS 0.52

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#364A71 (or 0x364A71) is known color: Astronaut. HEX triplet: 36, 4A and 71. RGB value is (54,74,113). Sum of RGB (Red+Green+Blue) = 54+74+113=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 113 - color contains mainly: blue. Hex color #364A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364A71 is #C9B58E. Grayscale: #484848. Windows color (decimal): -13219215 or 7424566. OLE color: 7424566.

HSL color Cylindrical-coordinate representation of color #364A71: hue angle of 219.66º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #364A71 is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 74 113 -
CMYK 0.52 0.35 0 0.56
HSL 219.66º 0.35% 0.33% -
HSV(B) 219.66º 0.52% 0.44% -
XYZ 6.95 6.87 16.58 -
YUV 72.47 150.87 114.83 -
System Red Green Blue C M Y K H S L
Decimal 54 74 113 0.52 0.35 0 0.56 219.66 0.35 0.33
Hex 36 4A 71 34 23 0 38 DC 23 21
Octal 66 112 161 64 43 0 70 334 43 41
Binary 110110 1001010 1110001 110100 100011 0 111000 11011100 100011 100001

Color Harmonies of #364A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364A71

Black with #364A71

Text Example


Text Example

White with #364A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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