Html Css Color HEX #39687D Astral

📋 copy color: '#39687D'

red 57 ◦ green 104 ◦ blue 125

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

Shades of Astral #39687D

Tints of Astral #39687D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.36%

 BLUE value IS 125 (49.22% from 255) = 43.71%

R = 19.93%
G = 36.36%
B = 43.71%

CMYK

 C value IS 0.54

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#39687D (or 0x39687D) is known color: Astral. HEX triplet: 39, 68 and 7D. RGB value is (57,104,125). Sum of RGB (Red+Green+Blue) = 57+104+125=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 125 - color contains mainly: blue. Hex color #39687D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39687D is #C69782. Grayscale: #5C5C5C. Windows color (decimal): -13014915 or 8218681. OLE color: 8218681.

HSL color Cylindrical-coordinate representation of color #39687D: hue angle of 198.53º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #39687D is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 57 104 125 -
CMYK 0.54 0.17 0 0.51
HSL 198.53º 0.37% 0.36% -
HSV(B) 198.53º 0.54% 0.49% -
XYZ 10.34 12.25 21.22 -
YUV 92.34 146.43 102.79 -
System Red Green Blue C M Y K H S L
Decimal 57 104 125 0.54 0.17 0 0.51 198.53 0.37 0.36
Hex 39 68 7D 36 11 0 33 C7 25 24
Octal 71 150 175 66 21 0 63 307 45 44
Binary 111001 1101000 1111101 110110 10001 0 110011 11000111 100101 100100

Color Harmonies of #39687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39687D

Black with #39687D

Text Example


Text Example

White with #39687D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39687D; }

 p { color: rgb(57,104,125); }

 H1.HeaderClassName
 {
   color: #39687D;
 }
 .AnyTagClassName
 {
   color: #39687D;
 }
</style>

background-color css

<style>
 a { background-color: #39687D; }

 a { background-color: rgb(57,104,125); }

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

border-color css

<style>
 span { border-color: #39687D; }

 span { border-color: rgb(57,104,125); }

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