Html Css Color HEX #36728B Astral

📋 copy color: '#36728B'

red 54 ◦ green 114 ◦ blue 139

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

Shades of Astral #36728B

Tints of Astral #36728B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 45.28%

R = 17.59%
G = 37.13%
B = 45.28%

CMYK

 C value IS 0.61

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36728B (or 0x36728B) is known color: Astral. HEX triplet: 36, 72 and 8B. RGB value is (54,114,139). Sum of RGB (Red+Green+Blue) = 54+114+139=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 139 - color contains mainly: blue. Hex color #36728B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36728B is #C98D74. Grayscale: #626262. Windows color (decimal): -13208949 or 9138742. OLE color: 9138742.

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

Color convert

RGB 54 114 139 -
CMYK 0.61 0.18 0 0.45
HSL 197.65º 0.44% 0.38% -
HSV(B) 197.65º 0.61% 0.55% -
XYZ 12.2 14.68 26.62 -
YUV 98.91 150.62 95.97 -
System Red Green Blue C M Y K H S L
Decimal 54 114 139 0.61 0.18 0 0.45 197.65 0.44 0.38
Hex 36 72 8B 3D 12 0 2D C6 2C 26
Octal 66 162 213 75 22 0 55 306 54 46
Binary 110110 1110010 10001011 111101 10010 0 101101 11000110 101100 100110

Color Harmonies of #36728B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36728B

Black with #36728B

Text Example


Text Example

White with #36728B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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