#3D5AAF

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

Shades of Mariner #3D5AAF

Tints of Mariner #3D5AAF

Color information

#3D5AAF (or 0x3D5AAF) is unknown color: approx Mariner. HEX triplet: 3D, 5A and AF. RGB value is (61,90,175). Sum of RGB (Red+Green+Blue) = 61+90+175=326 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.71% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 175 (68.75% from 255 or 53.68% from 326); Max value from RGB is 175 - color contains mainly: blue. Hex color #3D5AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5AAF is #C2A550. Grayscale: #5A5A5A. Windows color (decimal): -12756305 or 11491901. OLE color: 11491901.

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

Color convert

RGB6190175-
CMYK0.650.4900.31
HSL224.74º48.31%46.27%-
HSV(B)224.74º65.14%68.63%-
XYZ13.3211.442.06-
YUV91.02175.39106.59-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.71%
GREEN value IS 90 (35.55% from 255) = 27.61%
BLUE value IS 175 (68.75% from 255) = 53.68%
R=18.71%
G=27.61%
B=53.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal61901750.650.4900.31224.7448.3146.27
Hex3D5AAF413101Fe1302e
Octal75132257101610373416056
Binary111101101101010101111100000111000101111111100001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,90,175); }

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

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

 a { background-color: rgb(61,90,175); }

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

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

 span { border-color: rgb(61,90,175); }

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