#3B6881

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

Shades of Astral #3B6881

Tints of Astral #3B6881

Color information

#3B6881 (or 0x3B6881) is unknown color: approx Astral. HEX triplet: 3B, 68 and 81. RGB value is (59,104,129). Sum of RGB (Red+Green+Blue) = 59+104+129=292 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.21% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 129 (50.78% from 255 or 44.18% from 292); Max value from RGB is 129 - color contains mainly: blue. Hex color #3B6881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6881 is #C4977E. Grayscale: #5D5D5D. Windows color (decimal): -12883839 or 8480827. OLE color: 8480827.

HSL color Cylindrical-coordinate representation of color #3B6881: hue angle of 201.43º 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 #3B6881 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB59104129-
CMYK0.540.1900.49
HSL201.43º37.23%36.86%-
HSV(B)201.43º54.26%50.59%-
XYZ10.7212.4222.6-
YUV93.4148.09103.47-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.21%
GREEN value IS 104 (41.02% from 255) = 35.62%
BLUE value IS 129 (50.78% from 255) = 44.18%
R=20.21%
G=35.62%
B=44.18%

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
Decimal591041290.540.1900.49201.4337.2336.86
Hex3B68813613031c92525
Octal7315020166230613114545
Binary11101111010001000000111011010011011000111001001100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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