#3B688E

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

Shades of Astral #3B688E

Tints of Astral #3B688E

Color information

#3B688E (or 0x3B688E) is unknown color: approx Astral. HEX triplet: 3B, 68 and 8E. RGB value is (59,104,142). Sum of RGB (Red+Green+Blue) = 59+104+142=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 142 - color contains mainly: blue. Hex color #3B688E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B688E is #C49771. Grayscale: #5E5E5E. Windows color (decimal): -12883826 or 9332795. OLE color: 9332795.

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

Color convert

RGB59104142-
CMYK0.580.2700.44
HSL207.47º41.29%39.41%-
HSV(B)207.47º58.45%55.69%-
XYZ11.6412.7827.45-
YUV94.88154.59102.41-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.34%
GREEN value IS 104 (41.02% from 255) = 34.10%
BLUE value IS 142 (55.86% from 255) = 46.56%
R=19.34%
G=34.10%
B=46.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal591041420.580.2700.44207.4741.2939.41
Hex3B688E3A1B02Ccf2927
Octal7315021672330543175147
Binary11101111010001000111011101011011010110011001111101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,104,142); }

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

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

 a { background-color: rgb(59,104,142); }

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

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

 span { border-color: rgb(59,104,142); }

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