#3B6A91

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

Shades of Astral #3B6A91

Tints of Astral #3B6A91

Color information

#3B6A91 (or 0x3B6A91) is unknown color: approx Astral. HEX triplet: 3B, 6A and 91. RGB value is (59,106,145). Sum of RGB (Red+Green+Blue) = 59+106+145=310 (41% of max value = 765). Red value is 59 (23.44% from 255 or 19.03% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 145 (57.03% from 255 or 46.77% from 310); Max value from RGB is 145 - color contains mainly: blue. Hex color #3B6A91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6A91 is #C4956E. Grayscale: #606060. Windows color (decimal): -12883311 or 9529915. OLE color: 9529915.

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

Color convert

RGB59106145-
CMYK0.590.2700.43
HSL207.21º42.16%40%-
HSV(B)207.21º59.31%56.86%-
XYZ12.0713.2828.72-
YUV96.39155.43101.33-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.03%
GREEN value IS 106 (41.80% from 255) = 34.19%
BLUE value IS 145 (57.03% from 255) = 46.77%
R=19.03%
G=34.19%
B=46.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal591061450.590.2700.43207.2142.1640
Hex3B6A913B1B02Bcf2a28
Octal7315222173330533175250
Binary11101111010101001000111101111011010101111001111101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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