Html Css Color HEX #37738F Astral

📋 copy color: '#37738F'

red 55 ◦ green 115 ◦ blue 143

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

Shades of Astral #37738F

Tints of Astral #37738F

RGB

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

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

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

R = 17.57%
G = 36.74%
B = 45.69%

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

#37738F (or 0x37738F) is known color: Astral. HEX triplet: 37, 73 and 8F. RGB value is (55,115,143). Sum of RGB (Red+Green+Blue) = 55+115+143=313 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.57% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 143 (56.25% from 255 or 45.69% from 313); Max value from RGB is 143 - color contains mainly: blue. Hex color #37738F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37738F is #C88C70. Grayscale: #646464. Windows color (decimal): -13143153 or 9401143. OLE color: 9401143.

HSL color Cylindrical-coordinate representation of color #37738F: hue angle of 199.09º 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 #37738F is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 115 143 -
CMYK 0.62 0.20 0 0.44
HSL 199.09º 0.44% 0.39% -
HSV(B) 199.09º 0.62% 0.56% -
XYZ 12.66 15.06 28.23 -
YUV 100.25 152.12 95.72 -
System Red Green Blue C M Y K H S L
Decimal 55 115 143 0.62 0.20 0 0.44 199.09 0.44 0.39
Hex 37 73 8F 3E 14 0 2C C7 2C 27
Octal 67 163 217 76 24 0 54 307 54 47
Binary 110111 1110011 10001111 111110 10100 0 101100 11000111 101100 100111

Color Harmonies of #37738F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37738F

Black with #37738F

Text Example


Text Example

White with #37738F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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