#3B6991

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

Shades of Astral #3B6991

Tints of Astral #3B6991

Color information

#3B6991 (or 0x3B6991) is unknown color: approx Astral. HEX triplet: 3B, 69 and 91. RGB value is (59,105,145). Sum of RGB (Red+Green+Blue) = 59+105+145=309 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.09% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 145 - color contains mainly: blue. Hex color #3B6991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6991 is #C4966E. Grayscale: #5F5F5F. Windows color (decimal): -12883567 or 9529659. OLE color: 9529659.

HSL color Cylindrical-coordinate representation of color #3B6991: hue angle of 207.91º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B6991 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB59105145-
CMYK0.590.2800.43
HSL207.91º42.16%40%-
HSV(B)207.91º59.31%56.86%-
XYZ11.9713.0828.68-
YUV95.81155.76101.75-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.09%
GREEN value IS 105 (41.41% from 255) = 33.98%
BLUE value IS 145 (57.03% from 255) = 46.93%
R=19.09%
G=33.98%
B=46.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal591051450.590.2800.43207.9142.1640
Hex3B69913B1C02Bd02a28
Octal7315122173340533205250
Binary11101111010011001000111101111100010101111010000101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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