#3B698D

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

Shades of Astral #3B698D

Tints of Astral #3B698D

Color information

#3B698D (or 0x3B698D) is unknown color: approx Astral. HEX triplet: 3B, 69 and 8D. RGB value is (59,105,141). Sum of RGB (Red+Green+Blue) = 59+105+141=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #3B698D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B698D is #C49672. Grayscale: #5F5F5F. Windows color (decimal): -12883571 or 9267515. OLE color: 9267515.

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

Color convert

RGB59105141-
CMYK0.580.2600.45
HSL206.34º41%39.22%-
HSV(B)206.34º58.16%55.29%-
XYZ11.6612.9627.09-
YUV95.35153.76102.07-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.34%
GREEN value IS 105 (41.41% from 255) = 34.43%
BLUE value IS 141 (55.47% from 255) = 46.23%
R=19.34%
G=34.43%
B=46.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal591051410.580.2600.45206.344139.22
Hex3B698D3A1A02Dce2927
Octal7315121572320553165147
Binary11101111010011000110111101011010010110111001110101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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