Html Css Color HEX #39506E Astronaut

📋 copy color: '#39506E'

red 57 ◦ green 80 ◦ blue 110

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

Shades of Astronaut #39506E

Tints of Astronaut #39506E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.39%

 BLUE value IS 110 (43.36% from 255) = 44.53%

R = 23.08%
G = 32.39%
B = 44.53%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#39506E (or 0x39506E) is known color: Astronaut. HEX triplet: 39, 50 and 6E. RGB value is (57,80,110). Sum of RGB (Red+Green+Blue) = 57+80+110=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 110 (43.36% from 255 or 44.53% from 247); Max value from RGB is 110 - color contains mainly: blue. Hex color #39506E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39506E is #C6AF91. Grayscale: #4C4C4C. Windows color (decimal): -13021074 or 7229497. OLE color: 7229497.

HSL color Cylindrical-coordinate representation of color #39506E: hue angle of 213.96º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #39506E is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 57 80 110 -
CMYK 0.48 0.27 0 0.57
HSL 213.96º 0.32% 0.33% -
HSV(B) 213.96º 0.48% 0.43% -
XYZ 7.37 7.73 15.86 -
YUV 76.54 146.88 114.06 -
System Red Green Blue C M Y K H S L
Decimal 57 80 110 0.48 0.27 0 0.57 213.96 0.32 0.33
Hex 39 50 6E 30 1B 0 39 D6 20 21
Octal 71 120 156 60 33 0 71 326 40 41
Binary 111001 1010000 1101110 110000 11011 0 111001 11010110 100000 100001

Color Harmonies of #39506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39506E

Black with #39506E

Text Example


Text Example

White with #39506E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39506E; }

 p { color: rgb(57,80,110); }

 H1.HeaderClassName
 {
   color: #39506E;
 }
 .AnyTagClassName
 {
   color: #39506E;
 }
</style>

background-color css

<style>
 a { background-color: #39506E; }

 a { background-color: rgb(57,80,110); }

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

border-color css

<style>
 span { border-color: #39506E; }

 span { border-color: rgb(57,80,110); }

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