Html Css Color HEX #367089 Astral

📋 copy color: '#367089'

red 54 ◦ green 112 ◦ blue 137

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

Shades of Astral #367089

Tints of Astral #367089

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.96%

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

R = 17.82%
G = 36.96%
B = 45.21%

CMYK

 C value IS 0.61

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#367089 (or 0x367089) is known color: Astral. HEX triplet: 36, 70 and 89. RGB value is (54,112,137). Sum of RGB (Red+Green+Blue) = 54+112+137=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 137 - color contains mainly: blue. Hex color #367089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367089 is #C98F76. Grayscale: #616161. Windows color (decimal): -13209463 or 9007158. OLE color: 9007158.

HSL color Cylindrical-coordinate representation of color #367089: hue angle of 198.07º 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 #367089 is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 54 112 137 -
CMYK 0.61 0.18 0 0.46
HSL 198.07º 0.43% 0.37% -
HSV(B) 198.07º 0.61% 0.54% -
XYZ 11.83 14.18 25.78 -
YUV 97.51 150.28 96.97 -
System Red Green Blue C M Y K H S L
Decimal 54 112 137 0.61 0.18 0 0.46 198.07 0.43 0.37
Hex 36 70 89 3D 12 0 2E C6 2B 25
Octal 66 160 211 75 22 0 56 306 53 45
Binary 110110 1110000 10001001 111101 10010 0 101110 11000110 101011 100101

Color Harmonies of #367089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367089

Black with #367089

Text Example


Text Example

White with #367089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367089; }

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

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

background-color css

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

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

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

border-color css

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

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

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