#3B6981

Color #3B6981 Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #3B6981

Tints of Astral #3B6981

Color information

#3B6981 (or 0x3B6981) is unknown color: approx Astral. HEX triplet: 3B, 69 and 81. RGB value is (59,105,129). Sum of RGB (Red+Green+Blue) = 59+105+129=293 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.14% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 129 (50.78% from 255 or 44.03% from 293); Max value from RGB is 129 - color contains mainly: blue. Hex color #3B6981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6981 is #C4967E. Grayscale: #5D5D5D. Windows color (decimal): -12883583 or 8481083. OLE color: 8481083.

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

Color convert

RGB59105129-
CMYK0.540.1900.49
HSL200.57º37.23%36.86%-
HSV(B)200.57º54.26%50.59%-
XYZ10.8212.6222.63-
YUV93.98147.76103.05-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.14%
GREEN value IS 105 (41.41% from 255) = 35.84%
BLUE value IS 129 (50.78% from 255) = 44.03%
R=20.14%
G=35.84%
B=44.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal591051290.540.1900.49200.5737.2336.86
Hex3B69813613031c92525
Octal7315120166230613114545
Binary11101111010011000000111011010011011000111001001100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B6981; }

 p { color: rgb(59,105,129); }

 H1.HeaderClassName
 {
   color: #3B6981;
 }
 .AnyTagClassName
 {
   color: #3B6981;
 }
</style>
background-color css

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

 a { background-color: rgb(59,105,129); }

 div.DivClassName
 {
   background-color: #3B6981;
 }
 .BgClassName
 {
   background-color: #3B6981;
 }
</style>
border-color css

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

 span { border-color: rgb(59,105,129); }

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