#3D6A8E

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

Shades of Astral #3D6A8E

Tints of Astral #3D6A8E

Color information

#3D6A8E (or 0x3D6A8E) is unknown color: approx Astral. HEX triplet: 3D, 6A and 8E. RGB value is (61,106,142). Sum of RGB (Red+Green+Blue) = 61+106+142=309 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.74% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 142 - color contains mainly: blue. Hex color #3D6A8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6A8E is #C29571. Grayscale: #606060. Windows color (decimal): -12752242 or 9333309. OLE color: 9333309.

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

Color convert

RGB61106142-
CMYK0.570.2500.44
HSL206.67º39.9%39.8%-
HSV(B)206.67º57.04%55.69%-
XYZ11.9613.2527.52-
YUV96.65153.59102.57-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.74%
GREEN value IS 106 (41.80% from 255) = 34.30%
BLUE value IS 142 (55.86% from 255) = 45.95%
R=19.74%
G=34.30%
B=45.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal611061420.570.2500.44206.6739.939.8
Hex3D6A8E391902Ccf2828
Octal7515221671310543175050
Binary11110111010101000111011100111001010110011001111101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,106,142); }

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

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

 a { background-color: rgb(61,106,142); }

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

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

 span { border-color: rgb(61,106,142); }

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