#3D67AA

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

Shades of Mariner #3D67AA

Tints of Mariner #3D67AA

Color information

#3D67AA (or 0x3D67AA) is unknown color: approx Mariner. HEX triplet: 3D, 67 and AA. RGB value is (61,103,170). Sum of RGB (Red+Green+Blue) = 61+103+170=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #3D67AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D67AA is #C29855. Grayscale: #616161. Windows color (decimal): -12752982 or 11167549. OLE color: 11167549.

HSL color Cylindrical-coordinate representation of color #3D67AA: hue angle of 216.88º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D67AA is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB61103170-
CMYK0.640.3900.33
HSL216.88º47.19%45.29%-
HSV(B)216.88º64.12%66.67%-
XYZ14.0313.5939.91-
YUV98.08168.59101.55-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.26%
GREEN value IS 103 (40.62% from 255) = 30.84%
BLUE value IS 170 (66.80% from 255) = 50.90%
R=18.26%
G=30.84%
B=50.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal611031700.640.3900.33216.8847.1945.29
Hex3D67AA4027021d92f2d
Octal75147252100470413315755
Binary1111011100111101010101000000100111010000111011001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D67AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,103,170); }

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

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

 a { background-color: rgb(61,103,170); }

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

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

 span { border-color: rgb(61,103,170); }

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