#3D6688

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

Shades of Astral #3D6688

Tints of Astral #3D6688

Color information

#3D6688 (or 0x3D6688) is unknown color: approx Astral. HEX triplet: 3D, 66 and 88. RGB value is (61,102,136). Sum of RGB (Red+Green+Blue) = 61+102+136=299 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.40% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 136 - color contains mainly: blue. Hex color #3D6688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6688 is #C29977. Grayscale: #5D5D5D. Windows color (decimal): -12753272 or 8939069. OLE color: 8939069.

HSL color Cylindrical-coordinate representation of color #3D6688: hue angle of 207.2º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D6688 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB61102136-
CMYK0.550.2500.47
HSL207.2º38.07%38.63%-
HSV(B)207.2º55.15%53.33%-
XYZ11.1212.2725.08-
YUV93.62151.92104.74-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.40%
GREEN value IS 102 (40.23% from 255) = 34.11%
BLUE value IS 136 (53.52% from 255) = 45.48%
R=20.40%
G=34.11%
B=45.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal611021360.550.2500.47207.238.0738.63
Hex3D6688371902Fcf2627
Octal7514621067310573174647
Binary11110111001101000100011011111001010111111001111100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,102,136); }

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

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

 a { background-color: rgb(61,102,136); }

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

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

 span { border-color: rgb(61,102,136); }

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