Html Css Color HEX #37728C Astral

📋 copy color: '#37728C'

red 55 ◦ green 114 ◦ blue 140

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

Shades of Astral #37728C

Tints of Astral #37728C

RGB

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

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

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

R = 17.8%
G = 36.89%
B = 45.31%

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

#37728C (or 0x37728C) is known color: Astral. HEX triplet: 37, 72 and 8C. RGB value is (55,114,140). Sum of RGB (Red+Green+Blue) = 55+114+140=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 140 - color contains mainly: blue. Hex color #37728C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37728C is #C88D73. Grayscale: #636363. Windows color (decimal): -13143412 or 9204279. OLE color: 9204279.

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

Color convert

RGB 55 114 140 -
CMYK 0.61 0.19 0 0.45
HSL 198.35º 0.44% 0.38% -
HSV(B) 198.35º 0.61% 0.55% -
XYZ 12.33 14.74 27.01 -
YUV 99.32 150.95 96.39 -
System Red Green Blue C M Y K H S L
Decimal 55 114 140 0.61 0.19 0 0.45 198.35 0.44 0.38
Hex 37 72 8C 3D 13 0 2D C6 2C 26
Octal 67 162 214 75 23 0 55 306 54 46
Binary 110111 1110010 10001100 111101 10011 0 101101 11000110 101100 100110

Color Harmonies of #37728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37728C

Black with #37728C

Text Example


Text Example

White with #37728C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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