#3B688A

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

Shades of Astral #3B688A

Tints of Astral #3B688A

Color information

#3B688A (or 0x3B688A) is unknown color: approx Astral. HEX triplet: 3B, 68 and 8A. RGB value is (59,104,138). Sum of RGB (Red+Green+Blue) = 59+104+138=301 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.60% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 138 - color contains mainly: blue. Hex color #3B688A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B688A is #C49775. Grayscale: #5E5E5E. Windows color (decimal): -12883830 or 9070651. OLE color: 9070651.

HSL color Cylindrical-coordinate representation of color #3B688A: hue angle of 205.82º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B688A is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB59104138-
CMYK0.570.2500.46
HSL205.82º40.1%38.63%-
HSV(B)205.82º57.25%54.12%-
XYZ11.3412.6725.89-
YUV94.42152.59102.74-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.60%
GREEN value IS 104 (41.02% from 255) = 34.55%
BLUE value IS 138 (54.30% from 255) = 45.85%
R=19.60%
G=34.55%
B=45.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal591041380.570.2500.46205.8240.138.63
Hex3B688A391902Ece2827
Octal7315021271310563165047
Binary11101111010001000101011100111001010111011001110101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B688A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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