#3D68B1

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

Shades of Mariner #3D68B1

Tints of Mariner #3D68B1

Color information

#3D68B1 (or 0x3D68B1) is unknown color: approx Mariner. HEX triplet: 3D, 68 and B1. RGB value is (61,104,177). Sum of RGB (Red+Green+Blue) = 61+104+177=342 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.84% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 177 (69.53% from 255 or 51.75% from 342); Max value from RGB is 177 - color contains mainly: blue. Hex color #3D68B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D68B1 is #C2974E. Grayscale: #636363. Windows color (decimal): -12752719 or 11626557. OLE color: 11626557.

HSL color Cylindrical-coordinate representation of color #3D68B1: hue angle of 217.76º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D68B1 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB61104177-
CMYK0.660.4100.31
HSL217.76º48.74%46.67%-
HSV(B)217.76º65.54%69.41%-
XYZ14.8114.0743.53-
YUV99.46171.75100.56-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.84%
GREEN value IS 104 (41.02% from 255) = 30.41%
BLUE value IS 177 (69.53% from 255) = 51.75%
R=17.84%
G=30.41%
B=51.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal611041770.660.4100.31217.7648.7446.67
Hex3D68B1422901Fda312f
Octal75150261102510373326157
Binary111101110100010110001100001010100101111111011010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D68B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,104,177); }

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

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

 a { background-color: rgb(61,104,177); }

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

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

 span { border-color: rgb(61,104,177); }

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