#3B6C8D

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

Shades of Astral #3B6C8D

Tints of Astral #3B6C8D

Color information

#3B6C8D (or 0x3B6C8D) is unknown color: approx Astral. HEX triplet: 3B, 6C and 8D. RGB value is (59,108,141). Sum of RGB (Red+Green+Blue) = 59+108+141=308 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.16% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #3B6C8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6C8D is #C49372. Grayscale: #606060. Windows color (decimal): -12882803 or 9268283. OLE color: 9268283.

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

Color convert

RGB59108141-
CMYK0.580.2300.45
HSL204.15º41%39.22%-
HSV(B)204.15º58.16%55.29%-
XYZ11.9713.5827.19-
YUV97.11152.77100.82-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.16%
GREEN value IS 108 (42.58% from 255) = 35.06%
BLUE value IS 141 (55.47% from 255) = 45.78%
R=19.16%
G=35.06%
B=45.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal591081410.580.2300.45204.154139.22
Hex3B6C8D3A1702Dcc2927
Octal7315421572270553145147
Binary11101111011001000110111101010111010110111001100101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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