Html Css Color HEX #364C71 Astronaut

📋 copy color: '#364C71'

red 54 ◦ green 76 ◦ blue 113

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

Shades of Astronaut #364C71

Tints of Astronaut #364C71

RGB

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

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

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

R = 22.22%
G = 31.28%
B = 46.5%

CMYK

 C value IS 0.52

 M value IS 0.33

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#364C71 (or 0x364C71) is known color: Astronaut. HEX triplet: 36, 4C and 71. RGB value is (54,76,113). Sum of RGB (Red+Green+Blue) = 54+76+113=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #364C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364C71 is #C9B38E. Grayscale: #494949. Windows color (decimal): -13218703 or 7425078. OLE color: 7425078.

HSL color Cylindrical-coordinate representation of color #364C71: hue angle of 217.63º 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 #364C71 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 76 113 -
CMYK 0.52 0.33 0 0.56
HSL 217.63º 0.35% 0.33% -
HSV(B) 217.63º 0.52% 0.44% -
XYZ 7.09 7.15 16.63 -
YUV 73.64 150.21 113.99 -
System Red Green Blue C M Y K H S L
Decimal 54 76 113 0.52 0.33 0 0.56 217.63 0.35 0.33
Hex 36 4C 71 34 21 0 38 DA 23 21
Octal 66 114 161 64 41 0 70 332 43 41
Binary 110110 1001100 1110001 110100 100001 0 111000 11011010 100011 100001

Color Harmonies of #364C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364C71

Black with #364C71

Text Example


Text Example

White with #364C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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