Html Css Color HEX #39738B Astral

📋 copy color: '#39738B'

red 57 ◦ green 115 ◦ blue 139

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

Shades of Astral #39738B

Tints of Astral #39738B

RGB

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

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

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

R = 18.33%
G = 36.98%
B = 44.69%

CMYK

 C value IS 0.59

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#39738B (or 0x39738B) is known color: Astral. HEX triplet: 39, 73 and 8B. RGB value is (57,115,139). Sum of RGB (Red+Green+Blue) = 57+115+139=311 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.33% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 139 - color contains mainly: blue. Hex color #39738B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39738B is #C68C74. Grayscale: #646464. Windows color (decimal): -13012085 or 9139001. OLE color: 9139001.

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

Color convert

RGB 57 115 139 -
CMYK 0.59 0.17 0 0.45
HSL 197.56º 0.42% 0.38% -
HSV(B) 197.56º 0.59% 0.55% -
XYZ 12.48 15 26.66 -
YUV 100.39 149.78 97.05 -
System Red Green Blue C M Y K H S L
Decimal 57 115 139 0.59 0.17 0 0.45 197.56 0.42 0.38
Hex 39 73 8B 3B 11 0 2D C6 2A 26
Octal 71 163 213 73 21 0 55 306 52 46
Binary 111001 1110011 10001011 111011 10001 0 101101 11000110 101010 100110

Color Harmonies of #39738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39738B

Black with #39738B

Text Example


Text Example

White with #39738B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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