Html Css Color HEX #396686 Astral

📋 copy color: '#396686'

red 57 ◦ green 102 ◦ blue 134

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

Shades of Astral #396686

Tints of Astral #396686

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.81%

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

R = 19.45%
G = 34.81%
B = 45.73%

CMYK

 C value IS 0.57

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#396686 (or 0x396686) is known color: Astral. HEX triplet: 39, 66 and 86. RGB value is (57,102,134). Sum of RGB (Red+Green+Blue) = 57+102+134=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 134 (52.73% from 255 or 45.73% from 293); Max value from RGB is 134 - color contains mainly: blue. Hex color #396686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396686 is #C69979. Grayscale: #5C5C5C. Windows color (decimal): -13015418 or 8807993. OLE color: 8807993.

HSL color Cylindrical-coordinate representation of color #396686: hue angle of 204.94º 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 #396686 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 102 134 -
CMYK 0.57 0.24 0 0.47
HSL 204.94º 0.4% 0.37% -
HSV(B) 204.94º 0.57% 0.53% -
XYZ 10.74 12.09 24.32 -
YUV 92.19 151.59 102.9 -
System Red Green Blue C M Y K H S L
Decimal 57 102 134 0.57 0.24 0 0.47 204.94 0.4 0.37
Hex 39 66 86 39 18 0 2F CD 28 25
Octal 71 146 206 71 30 0 57 315 50 45
Binary 111001 1100110 10000110 111001 11000 0 101111 11001101 101000 100101

Color Harmonies of #396686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396686

Black with #396686

Text Example


Text Example

White with #396686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396686; }

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

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

background-color css

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

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

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

border-color css

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

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

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