Html Css Color HEX #396F86 Astral

📋 copy color: '#396F86'

red 57 ◦ green 111 ◦ blue 134

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

Shades of Astral #396F86

Tints of Astral #396F86

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.75%

 BLUE value IS 134 (52.73% from 255) = 44.37%

R = 18.87%
G = 36.75%
B = 44.37%

CMYK

 C value IS 0.57

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#396F86 (or 0x396F86) is known color: Astral. HEX triplet: 39, 6F and 86. RGB value is (57,111,134). Sum of RGB (Red+Green+Blue) = 57+111+134=302 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.87% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 134 (52.73% from 255 or 44.37% from 302); Max value from RGB is 134 - color contains mainly: blue. Hex color #396F86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396F86 is #C69079. Grayscale: #616161. Windows color (decimal): -13013114 or 8810297. OLE color: 8810297.

HSL color Cylindrical-coordinate representation of color #396F86: hue angle of 197.92º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #396F86 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 111 134 -
CMYK 0.57 0.17 0 0.47
HSL 197.92º 0.4% 0.37% -
HSV(B) 197.92º 0.57% 0.53% -
XYZ 11.67 13.96 24.63 -
YUV 97.48 148.61 99.13 -
System Red Green Blue C M Y K H S L
Decimal 57 111 134 0.57 0.17 0 0.47 197.92 0.4 0.37
Hex 39 6F 86 39 11 0 2F C6 28 25
Octal 71 157 206 71 21 0 57 306 50 45
Binary 111001 1101111 10000110 111001 10001 0 101111 11000110 101000 100101

Color Harmonies of #396F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396F86

Black with #396F86

Text Example


Text Example

White with #396F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396F86; }

 p { color: rgb(57,111,134); }

 H1.HeaderClassName
 {
   color: #396F86;
 }
 .AnyTagClassName
 {
   color: #396F86;
 }
</style>

background-color css

<style>
 a { background-color: #396F86; }

 a { background-color: rgb(57,111,134); }

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

border-color css

<style>
 span { border-color: #396F86; }

 span { border-color: rgb(57,111,134); }

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