Html Css Color HEX #36728D Astral

📋 copy color: '#36728D'

red 54 ◦ green 114 ◦ blue 141

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

Shades of Astral #36728D

Tints of Astral #36728D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.89%

 BLUE value IS 141 (55.47% from 255) = 45.63%

R = 17.48%
G = 36.89%
B = 45.63%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36728D (or 0x36728D) is known color: Astral. HEX triplet: 36, 72 and 8D. RGB value is (54,114,141). Sum of RGB (Red+Green+Blue) = 54+114+141=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 141 - color contains mainly: blue. Hex color #36728D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36728D is #C98D72. Grayscale: #626262. Windows color (decimal): -13208947 or 9269814. OLE color: 9269814.

HSL color Cylindrical-coordinate representation of color #36728D: hue angle of 198.62º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36728D is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 114 141 -
CMYK 0.62 0.19 0 0.45
HSL 198.62º 0.45% 0.38% -
HSV(B) 198.62º 0.62% 0.55% -
XYZ 12.35 14.74 27.39 -
YUV 99.14 151.62 95.8 -
System Red Green Blue C M Y K H S L
Decimal 54 114 141 0.62 0.19 0 0.45 198.62 0.45 0.38
Hex 36 72 8D 3E 13 0 2D C7 2D 26
Octal 66 162 215 76 23 0 55 307 55 46
Binary 110110 1110010 10001101 111110 10011 0 101101 11000111 101101 100110

Color Harmonies of #36728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36728D

Black with #36728D

Text Example


Text Example

White with #36728D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36728D; }

 p { color: rgb(54,114,141); }

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

background-color css

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

 a { background-color: rgb(54,114,141); }

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

border-color css

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

 span { border-color: rgb(54,114,141); }

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