#3D6D94

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

Shades of Astral #3D6D94

Tints of Astral #3D6D94

Color information

#3D6D94 (or 0x3D6D94) is unknown color: approx Astral. HEX triplet: 3D, 6D and 94. RGB value is (61,109,148). Sum of RGB (Red+Green+Blue) = 61+109+148=318 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.18% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 148 (58.20% from 255 or 46.54% from 318); Max value from RGB is 148 - color contains mainly: blue. Hex color #3D6D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6D94 is #C2926B. Grayscale: #626262. Windows color (decimal): -12751468 or 9727293. OLE color: 9727293.

HSL color Cylindrical-coordinate representation of color #3D6D94: hue angle of 206.9º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D6D94 is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB61109148-
CMYK0.590.2600.42
HSL206.9º41.63%40.98%-
HSV(B)206.9º58.78%58.04%-
XYZ12.7414.0730.06-
YUV99.09155.6100.83-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.18%
GREEN value IS 109 (42.97% from 255) = 34.28%
BLUE value IS 148 (58.20% from 255) = 46.54%
R=19.18%
G=34.28%
B=46.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal611091480.590.2600.42206.941.6340.98
Hex3D6D943B1A02Acf2a29
Octal7515522473320523175251
Binary11110111011011001010011101111010010101011001111101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,109,148); }

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

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

 a { background-color: rgb(61,109,148); }

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

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

 span { border-color: rgb(61,109,148); }

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