#3D5BAA

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

Shades of Mariner #3D5BAA

Tints of Mariner #3D5BAA

Color information

#3D5BAA (or 0x3D5BAA) is unknown color: approx Mariner. HEX triplet: 3D, 5B and AA. RGB value is (61,91,170). Sum of RGB (Red+Green+Blue) = 61+91+170=322 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.94% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #3D5BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5BAA is #C2A455. Grayscale: #5A5A5A. Windows color (decimal): -12756054 or 11164477. OLE color: 11164477.

HSL color Cylindrical-coordinate representation of color #3D5BAA: hue angle of 223.49º 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 #3D5BAA is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6191170-
CMYK0.640.4600.33
HSL223.49º47.19%45.29%-
HSV(B)223.49º64.12%66.67%-
XYZ12.9211.3839.55-
YUV91.04172.56106.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.94%
GREEN value IS 91 (35.94% from 255) = 28.26%
BLUE value IS 170 (66.80% from 255) = 52.80%
R=18.94%
G=28.26%
B=52.80%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61911700.640.4600.33223.4947.1945.29
Hex3D5BAA402E021df2f2d
Octal75133252100560413375755
Binary1111011011011101010101000000101110010000111011111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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