#3B6B85

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

Shades of Astral #3B6B85

Tints of Astral #3B6B85

Color information

#3B6B85 (or 0x3B6B85) is unknown color: approx Astral. HEX triplet: 3B, 6B and 85. RGB value is (59,107,133). Sum of RGB (Red+Green+Blue) = 59+107+133=299 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.73% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 133 - color contains mainly: blue. Hex color #3B6B85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6B85 is #C4947A. Grayscale: #5F5F5F. Windows color (decimal): -12883067 or 8743739. OLE color: 8743739.

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

Color convert

RGB59107133-
CMYK0.560.2000.48
HSL201.08º38.54%37.65%-
HSV(B)201.08º55.64%52.16%-
XYZ11.2913.1424.13-
YUV95.61149.1101.89-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.73%
GREEN value IS 107 (42.19% from 255) = 35.79%
BLUE value IS 133 (52.34% from 255) = 44.48%
R=19.73%
G=35.79%
B=44.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal591071330.560.2000.48201.0838.5437.65
Hex3B6B853814030c92726
Octal7315320570240603114746
Binary11101111010111000010111100010100011000011001001100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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