Html Css Color HEX #367189 Astral

📋 copy color: '#367189'

red 54 ◦ green 113 ◦ blue 137

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

Shades of Astral #367189

Tints of Astral #367189

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.17%

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

R = 17.76%
G = 37.17%
B = 45.07%

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

#367189 (or 0x367189) is known color: Astral. HEX triplet: 36, 71 and 89. RGB value is (54,113,137). Sum of RGB (Red+Green+Blue) = 54+113+137=304 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.76% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 137 - color contains mainly: blue. Hex color #367189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367189 is #C98E76. Grayscale: #616161. Windows color (decimal): -13209207 or 9007414. OLE color: 9007414.

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

Color convert

RGB 54 113 137 -
CMYK 0.61 0.18 0 0.46
HSL 197.35º 0.43% 0.37% -
HSV(B) 197.35º 0.61% 0.54% -
XYZ 11.94 14.4 25.82 -
YUV 98.1 149.95 96.55 -
System Red Green Blue C M Y K H S L
Decimal 54 113 137 0.61 0.18 0 0.46 197.35 0.43 0.37
Hex 36 71 89 3D 12 0 2E C5 2B 25
Octal 66 161 211 75 22 0 56 305 53 45
Binary 110110 1110001 10001001 111101 10010 0 101110 11000101 101011 100101

Color Harmonies of #367189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367189

Black with #367189

Text Example


Text Example

White with #367189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367189; }

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

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

background-color css

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

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

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

border-color css

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

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

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