Html Css Color HEX #367391 Astral

📋 copy color: '#367391'

red 54 ◦ green 115 ◦ blue 145

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

Shades of Astral #367391

Tints of Astral #367391

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.62%

 BLUE value IS 145 (57.03% from 255) = 46.18%

R = 17.2%
G = 36.62%
B = 46.18%

CMYK

 C value IS 0.63

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#367391 (or 0x367391) is known color: Astral. HEX triplet: 36, 73 and 91. RGB value is (54,115,145). Sum of RGB (Red+Green+Blue) = 54+115+145=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 145 - color contains mainly: blue. Hex color #367391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367391 is #C98C6E. Grayscale: #646464. Windows color (decimal): -13208687 or 9532214. OLE color: 9532214.

HSL color Cylindrical-coordinate representation of color #367391: hue angle of 199.78º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #367391 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 115 145 -
CMYK 0.63 0.21 0 0.43
HSL 199.78º 0.46% 0.39% -
HSV(B) 199.78º 0.63% 0.57% -
XYZ 12.76 15.09 29.03 -
YUV 100.18 153.29 95.06 -
System Red Green Blue C M Y K H S L
Decimal 54 115 145 0.63 0.21 0 0.43 199.78 0.46 0.39
Hex 36 73 91 3F 15 0 2B C8 2E 27
Octal 66 163 221 77 25 0 53 310 56 47
Binary 110110 1110011 10010001 111111 10101 0 101011 11001000 101110 100111

Color Harmonies of #367391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367391

Black with #367391

Text Example


Text Example

White with #367391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367391; }

 p { color: rgb(54,115,145); }

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

background-color css

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

 a { background-color: rgb(54,115,145); }

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

border-color css

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

 span { border-color: rgb(54,115,145); }

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