Html Css Color HEX #367080 Astral

📋 copy color: '#367080'

red 54 ◦ green 112 ◦ blue 128

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

Shades of Astral #367080

Tints of Astral #367080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 43.54%

R = 18.37%
G = 38.1%
B = 43.54%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#367080 (or 0x367080) is known color: Astral. HEX triplet: 36, 70 and 80. RGB value is (54,112,128). Sum of RGB (Red+Green+Blue) = 54+112+128=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 128 - color contains mainly: blue. Hex color #367080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367080 is #C98F7F. Grayscale: #606060. Windows color (decimal): -13209472 or 8417334. OLE color: 8417334.

HSL color Cylindrical-coordinate representation of color #367080: hue angle of 192.97º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #367080 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 112 128 -
CMYK 0.58 0.12 0 0.50
HSL 192.97º 0.41% 0.36% -
HSV(B) 192.97º 0.58% 0.5% -
XYZ 11.21 13.93 22.52 -
YUV 96.48 145.78 97.7 -
System Red Green Blue C M Y K H S L
Decimal 54 112 128 0.58 0.12 0 0.50 192.97 0.41 0.36
Hex 36 70 80 3A C 0 32 C1 29 24
Octal 66 160 200 72 14 0 62 301 51 44
Binary 110110 1110000 10000000 111010 1100 0 110010 11000001 101001 100100

Color Harmonies of #367080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367080

Black with #367080

Text Example


Text Example

White with #367080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367080; }

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

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

background-color css

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

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

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

border-color css

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

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

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