#3B6B8D

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

Shades of Astral #3B6B8D

Tints of Astral #3B6B8D

Color information

#3B6B8D (or 0x3B6B8D) is unknown color: approx Astral. HEX triplet: 3B, 6B and 8D. RGB value is (59,107,141). Sum of RGB (Red+Green+Blue) = 59+107+141=307 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.22% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #3B6B8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6B8D is #C49472. Grayscale: #606060. Windows color (decimal): -12883059 or 9268027. OLE color: 9268027.

HSL color Cylindrical-coordinate representation of color #3B6B8D: hue angle of 204.88º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B6B8D is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB59107141-
CMYK0.580.2400.45
HSL204.88º41%39.22%-
HSV(B)204.88º58.16%55.29%-
XYZ11.8713.3727.15-
YUV96.52153.1101.24-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.22%
GREEN value IS 107 (42.19% from 255) = 34.85%
BLUE value IS 141 (55.47% from 255) = 45.93%
R=19.22%
G=34.85%
B=45.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal591071410.580.2400.45204.884139.22
Hex3B6B8D3A1802Dcd2927
Octal7315321572300553155147
Binary11101111010111000110111101011000010110111001101101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,107,141); }

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

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

 a { background-color: rgb(59,107,141); }

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

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

 span { border-color: rgb(59,107,141); }

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