Html Css Color HEX #39738F Astral

📋 copy color: '#39738F'

red 57 ◦ green 115 ◦ blue 143

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

Shades of Astral #39738F

Tints of Astral #39738F

RGB

 RED value IS 57 (22.66% from 255) = 18.1%

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

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

R = 18.1%
G = 36.51%
B = 45.4%

CMYK

 C value IS 0.60

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#39738F (or 0x39738F) is known color: Astral. HEX triplet: 39, 73 and 8F. RGB value is (57,115,143). Sum of RGB (Red+Green+Blue) = 57+115+143=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 143 (56.25% from 255 or 45.40% from 315); Max value from RGB is 143 - color contains mainly: blue. Hex color #39738F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39738F is #C68C70. Grayscale: #646464. Windows color (decimal): -13012081 or 9401145. OLE color: 9401145.

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

Color convert

RGB 57 115 143 -
CMYK 0.60 0.20 0 0.44
HSL 199.53º 0.43% 0.39% -
HSV(B) 199.53º 0.6% 0.56% -
XYZ 12.78 15.11 28.23 -
YUV 100.85 151.78 96.72 -
System Red Green Blue C M Y K H S L
Decimal 57 115 143 0.60 0.20 0 0.44 199.53 0.43 0.39
Hex 39 73 8F 3C 14 0 2C C8 2B 27
Octal 71 163 217 74 24 0 54 310 53 47
Binary 111001 1110011 10001111 111100 10100 0 101100 11001000 101011 100111

Color Harmonies of #39738F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39738F

Black with #39738F

Text Example


Text Example

White with #39738F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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