#3B6791

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

Shades of Astral #3B6791

Tints of Astral #3B6791

Color information

#3B6791 (or 0x3B6791) is unknown color: approx Astral. HEX triplet: 3B, 67 and 91. RGB value is (59,103,145). Sum of RGB (Red+Green+Blue) = 59+103+145=307 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.22% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 145 - color contains mainly: blue. Hex color #3B6791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6791 is #C4986E. Grayscale: #5E5E5E. Windows color (decimal): -12884079 or 9529147. OLE color: 9529147.

HSL color Cylindrical-coordinate representation of color #3B6791: hue angle of 209.3º 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 #3B6791 is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB59103145-
CMYK0.590.2900.43
HSL209.3º42.16%40%-
HSV(B)209.3º59.31%56.86%-
XYZ11.7612.6728.61-
YUV94.63156.42102.58-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.22%
GREEN value IS 103 (40.62% from 255) = 33.55%
BLUE value IS 145 (57.03% from 255) = 47.23%
R=19.22%
G=33.55%
B=47.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal591031450.590.2900.43209.342.1640
Hex3B67913B1D02Bd12a28
Octal7314722173350533215250
Binary11101111001111001000111101111101010101111010001101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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