Html Css Color HEX #37728F Astral

📋 copy color: '#37728F'

red 55 ◦ green 114 ◦ blue 143

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

Shades of Astral #37728F

Tints of Astral #37728F

RGB

 RED value IS 55 (21.88% from 255) = 17.63%

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

 BLUE value IS 143 (56.25% from 255) = 45.83%

R = 17.63%
G = 36.54%
B = 45.83%

CMYK

 C value IS 0.62

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#37728F (or 0x37728F) is known color: Astral. HEX triplet: 37, 72 and 8F. RGB value is (55,114,143). Sum of RGB (Red+Green+Blue) = 55+114+143=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 143 (56.25% from 255 or 45.83% from 312); Max value from RGB is 143 - color contains mainly: blue. Hex color #37728F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37728F is #C88D70. Grayscale: #636363. Windows color (decimal): -13143409 or 9400887. OLE color: 9400887.

HSL color Cylindrical-coordinate representation of color #37728F: hue angle of 199.77º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #37728F is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 114 143 -
CMYK 0.62 0.20 0 0.44
HSL 199.77º 0.44% 0.39% -
HSV(B) 199.77º 0.62% 0.56% -
XYZ 12.55 14.83 28.19 -
YUV 99.67 152.45 96.14 -
System Red Green Blue C M Y K H S L
Decimal 55 114 143 0.62 0.20 0 0.44 199.77 0.44 0.39
Hex 37 72 8F 3E 14 0 2C C8 2C 27
Octal 67 162 217 76 24 0 54 310 54 47
Binary 110111 1110010 10001111 111110 10100 0 101100 11001000 101100 100111

Color Harmonies of #37728F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37728F

Black with #37728F

Text Example


Text Example

White with #37728F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37728F; }

 p { color: rgb(55,114,143); }

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

background-color css

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

 a { background-color: rgb(55,114,143); }

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

border-color css

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

 span { border-color: rgb(55,114,143); }

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