#3B698B

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

Shades of Astral #3B698B

Tints of Astral #3B698B

Color information

#3B698B (or 0x3B698B) is unknown color: approx Astral. HEX triplet: 3B, 69 and 8B. RGB value is (59,105,139). Sum of RGB (Red+Green+Blue) = 59+105+139=303 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.47% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #3B698B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B698B is #C49674. Grayscale: #5E5E5E. Windows color (decimal): -12883573 or 9136443. OLE color: 9136443.

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

Color convert

RGB59105139-
CMYK0.580.2400.45
HSL205.5º40.4%38.82%-
HSV(B)205.5º57.55%54.51%-
XYZ11.5212.926.31-
YUV95.12152.76102.24-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.47%
GREEN value IS 105 (41.41% from 255) = 34.65%
BLUE value IS 139 (54.69% from 255) = 45.87%
R=19.47%
G=34.65%
B=45.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal591051390.580.2400.45205.540.438.82
Hex3B698B3A1802Dce2827
Octal7315121372300553165047
Binary11101111010011000101111101011000010110111001110101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,105,139); }

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

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

 a { background-color: rgb(59,105,139); }

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

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

 span { border-color: rgb(59,105,139); }

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