#3B698E

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

Shades of Astral #3B698E

Tints of Astral #3B698E

Color information

#3B698E (or 0x3B698E) is unknown color: approx Astral. HEX triplet: 3B, 69 and 8E. RGB value is (59,105,142). Sum of RGB (Red+Green+Blue) = 59+105+142=306 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.28% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 142 - color contains mainly: blue. Hex color #3B698E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B698E is #C49671. Grayscale: #5F5F5F. Windows color (decimal): -12883570 or 9333051. OLE color: 9333051.

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

Color convert

RGB59105142-
CMYK0.580.2600.44
HSL206.75º41.29%39.41%-
HSV(B)206.75º58.45%55.69%-
XYZ11.7412.9927.48-
YUV95.46154.26101.99-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.28%
GREEN value IS 105 (41.41% from 255) = 34.31%
BLUE value IS 142 (55.86% from 255) = 46.41%
R=19.28%
G=34.31%
B=46.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal591051420.580.2600.44206.7541.2939.41
Hex3B698E3A1A02Ccf2927
Octal7315121672320543175147
Binary11101111010011000111011101011010010110011001111101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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