Html Css Color HEX #36728C Astral

📋 copy color: '#36728C'

red 54 ◦ green 114 ◦ blue 140

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

Shades of Astral #36728C

Tints of Astral #36728C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.45%

R = 17.53%
G = 37.01%
B = 45.45%

CMYK

 C value IS 0.61

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36728C (or 0x36728C) is known color: Astral. HEX triplet: 36, 72 and 8C. RGB value is (54,114,140). Sum of RGB (Red+Green+Blue) = 54+114+140=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 140 - color contains mainly: blue. Hex color #36728C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36728C is #C98D73. Grayscale: #626262. Windows color (decimal): -13208948 or 9204278. OLE color: 9204278.

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

Color convert

RGB 54 114 140 -
CMYK 0.61 0.19 0 0.45
HSL 198.14º 0.44% 0.38% -
HSV(B) 198.14º 0.61% 0.55% -
XYZ 12.27 14.71 27 -
YUV 99.02 151.12 95.89 -
System Red Green Blue C M Y K H S L
Decimal 54 114 140 0.61 0.19 0 0.45 198.14 0.44 0.38
Hex 36 72 8C 3D 13 0 2D C6 2C 26
Octal 66 162 214 75 23 0 55 306 54 46
Binary 110110 1110010 10001100 111101 10011 0 101101 11000110 101100 100110

Color Harmonies of #36728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36728C

Black with #36728C

Text Example


Text Example

White with #36728C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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