Html Css Color HEX #39687F Astral

📋 copy color: '#39687F'

red 57 ◦ green 104 ◦ blue 127

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

Shades of Astral #39687F

Tints of Astral #39687F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 44.1%

R = 19.79%
G = 36.11%
B = 44.1%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#39687F (or 0x39687F) is known color: Astral. HEX triplet: 39, 68 and 7F. RGB value is (57,104,127). Sum of RGB (Red+Green+Blue) = 57+104+127=288 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.79% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 127 - color contains mainly: blue. Hex color #39687F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39687F is #C69780. Grayscale: #5C5C5C. Windows color (decimal): -13014913 or 8349753. OLE color: 8349753.

HSL color Cylindrical-coordinate representation of color #39687F: hue angle of 199.71º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #39687F is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 104 127 -
CMYK 0.55 0.18 0 0.50
HSL 199.71º 0.38% 0.36% -
HSV(B) 199.71º 0.55% 0.5% -
XYZ 10.47 12.3 21.9 -
YUV 92.57 147.43 102.63 -
System Red Green Blue C M Y K H S L
Decimal 57 104 127 0.55 0.18 0 0.50 199.71 0.38 0.36
Hex 39 68 7F 37 12 0 32 C8 26 24
Octal 71 150 177 67 22 0 62 310 46 44
Binary 111001 1101000 1111111 110111 10010 0 110010 11001000 100110 100100

Color Harmonies of #39687F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39687F

Black with #39687F

Text Example


Text Example

White with #39687F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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