Html Css Color HEX #367389 Astral

📋 copy color: '#367389'

red 54 ◦ green 115 ◦ blue 137

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

Shades of Astral #367389

Tints of Astral #367389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 44.77%

R = 17.65%
G = 37.58%
B = 44.77%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#367389 (or 0x367389) is known color: Astral. HEX triplet: 36, 73 and 89. RGB value is (54,115,137). Sum of RGB (Red+Green+Blue) = 54+115+137=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 137 - color contains mainly: blue. Hex color #367389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367389 is #C98C76. Grayscale: #636363. Windows color (decimal): -13208695 or 9007926. OLE color: 9007926.

HSL color Cylindrical-coordinate representation of color #367389: hue angle of 195.9º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #367389 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 54 115 137 -
CMYK 0.61 0.16 0 0.46
HSL 195.9º 0.43% 0.37% -
HSV(B) 195.9º 0.61% 0.54% -
XYZ 12.17 14.85 25.89 -
YUV 99.27 149.29 95.71 -
System Red Green Blue C M Y K H S L
Decimal 54 115 137 0.61 0.16 0 0.46 195.9 0.43 0.37
Hex 36 73 89 3D 10 0 2E C4 2B 25
Octal 66 163 211 75 20 0 56 304 53 45
Binary 110110 1110011 10001001 111101 10000 0 101110 11000100 101011 100101

Color Harmonies of #367389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367389

Black with #367389

Text Example


Text Example

White with #367389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367389; }

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

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

background-color css

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

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

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

border-color css

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

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

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