#3B6F91

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

Shades of Astral #3B6F91

Tints of Astral #3B6F91

Color information

#3B6F91 (or 0x3B6F91) is unknown color: approx Astral. HEX triplet: 3B, 6F and 91. RGB value is (59,111,145). Sum of RGB (Red+Green+Blue) = 59+111+145=315 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.73% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #3B6F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6F91 is #C4906E. Grayscale: #636363. Windows color (decimal): -12882031 or 9531195. OLE color: 9531195.

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

Color convert

RGB59111145-
CMYK0.590.2300.43
HSL203.72º42.16%40%-
HSV(B)203.72º59.31%56.86%-
XYZ12.614.3428.89-
YUV99.33153.7799.24-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.73%
GREEN value IS 111 (43.75% from 255) = 35.24%
BLUE value IS 145 (57.03% from 255) = 46.03%
R=18.73%
G=35.24%
B=46.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal591111450.590.2300.43203.7242.1640
Hex3B6F913B1702Bcc2a28
Octal7315722173270533145250
Binary11101111011111001000111101110111010101111001100101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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