#3B6992

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

Shades of Astral #3B6992

Tints of Astral #3B6992

Color information

#3B6992 (or 0x3B6992) is unknown color: approx Astral. HEX triplet: 3B, 69 and 92. RGB value is (59,105,146). Sum of RGB (Red+Green+Blue) = 59+105+146=310 (41% of max value = 765). Red value is 59 (23.44% from 255 or 19.03% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #3B6992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6992 is #C4966D. Grayscale: #5F5F5F. Windows color (decimal): -12883566 or 9595195. OLE color: 9595195.

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

Color convert

RGB59105146-
CMYK0.600.2800.43
HSL208.28º42.44%40.2%-
HSV(B)208.28º59.59%57.25%-
XYZ12.0413.1129.09-
YUV95.92156.26101.67-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.03%
GREEN value IS 105 (41.41% from 255) = 33.87%
BLUE value IS 146 (57.42% from 255) = 47.10%
R=19.03%
G=33.87%
B=47.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal591051460.600.2800.43208.2842.4440.2
Hex3B69923C1C02Bd02a28
Octal7315122274340533205250
Binary11101111010011001001011110011100010101111010000101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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