#3B6C87

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

Shades of Astral #3B6C87

Tints of Astral #3B6C87

Color information

#3B6C87 (or 0x3B6C87) is unknown color: approx Astral. HEX triplet: 3B, 6C and 87. RGB value is (59,108,135). Sum of RGB (Red+Green+Blue) = 59+108+135=302 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.54% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 135 - color contains mainly: blue. Hex color #3B6C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6C87 is #C49378. Grayscale: #606060. Windows color (decimal): -12882809 or 8875067. OLE color: 8875067.

HSL color Cylindrical-coordinate representation of color #3B6C87: hue angle of 201.32º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B6C87 is Cyan = 0.56, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB59108135-
CMYK0.560.200.47
HSL201.32º39.18%38.04%-
HSV(B)201.32º56.3%52.94%-
XYZ11.5413.424.9-
YUV96.43149.77101.3-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.54%
GREEN value IS 108 (42.58% from 255) = 35.76%
BLUE value IS 135 (53.12% from 255) = 44.70%
R=19.54%
G=35.76%
B=44.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal591081350.560.200.47201.3239.1838.04
Hex3B6C87381402Fc92726
Octal7315420770240573114746
Binary11101111011001000011111100010100010111111001001100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,108,135); }

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

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

 a { background-color: rgb(59,108,135); }

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

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

 span { border-color: rgb(59,108,135); }

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