Html Css Color HEX #39708B Astral

📋 copy color: '#39708B'

red 57 ◦ green 112 ◦ blue 139

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

Shades of Astral #39708B

Tints of Astral #39708B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.36%

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

R = 18.51%
G = 36.36%
B = 45.13%

CMYK

 C value IS 0.59

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#39708B (or 0x39708B) is known color: Astral. HEX triplet: 39, 70 and 8B. RGB value is (57,112,139). Sum of RGB (Red+Green+Blue) = 57+112+139=308 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.51% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #39708B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39708B is #C68F74. Grayscale: #626262. Windows color (decimal): -13012853 or 9138233. OLE color: 9138233.

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

Color convert

RGB 57 112 139 -
CMYK 0.59 0.19 0 0.45
HSL 199.76º 0.42% 0.38% -
HSV(B) 199.76º 0.59% 0.55% -
XYZ 12.14 14.32 26.55 -
YUV 98.63 150.78 98.3 -
System Red Green Blue C M Y K H S L
Decimal 57 112 139 0.59 0.19 0 0.45 199.76 0.42 0.38
Hex 39 70 8B 3B 13 0 2D C8 2A 26
Octal 71 160 213 73 23 0 55 310 52 46
Binary 111001 1110000 10001011 111011 10011 0 101101 11001000 101010 100110

Color Harmonies of #39708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39708B

Black with #39708B

Text Example


Text Example

White with #39708B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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