Html Css Color HEX #37738B Astral

📋 copy color: '#37738B'

red 55 ◦ green 115 ◦ blue 139

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

Shades of Astral #37738B

Tints of Astral #37738B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.22%

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

R = 17.8%
G = 37.22%
B = 44.98%

CMYK

 C value IS 0.60

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37738B (or 0x37738B) is known color: Astral. HEX triplet: 37, 73 and 8B. RGB value is (55,115,139). Sum of RGB (Red+Green+Blue) = 55+115+139=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 139 - color contains mainly: blue. Hex color #37738B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37738B is #C88C74. Grayscale: #636363. Windows color (decimal): -13143157 or 9138999. OLE color: 9138999.

HSL color Cylindrical-coordinate representation of color #37738B: hue angle of 197.14º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37738B is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 115 139 -
CMYK 0.60 0.17 0 0.45
HSL 197.14º 0.43% 0.38% -
HSV(B) 197.14º 0.6% 0.55% -
XYZ 12.37 14.94 26.66 -
YUV 99.8 150.12 96.05 -
System Red Green Blue C M Y K H S L
Decimal 55 115 139 0.60 0.17 0 0.45 197.14 0.43 0.38
Hex 37 73 8B 3C 11 0 2D C5 2B 26
Octal 67 163 213 74 21 0 55 305 53 46
Binary 110111 1110011 10001011 111100 10001 0 101101 11000101 101011 100110

Color Harmonies of #37738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37738B

Black with #37738B

Text Example


Text Example

White with #37738B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,115,139); }

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

background-color css

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

 a { background-color: rgb(55,115,139); }

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

border-color css

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

 span { border-color: rgb(55,115,139); }

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