#3F5DAD

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

Shades of Mariner #3F5DAD

Tints of Mariner #3F5DAD

Color information

#3F5DAD (or 0x3F5DAD) is unknown color: approx Mariner. HEX triplet: 3F, 5D and AD. RGB value is (63,93,173). Sum of RGB (Red+Green+Blue) = 63+93+173=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #3F5DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5DAD is #C0A252. Grayscale: #5C5C5C. Windows color (decimal): -12624467 or 11361599. OLE color: 11361599.

HSL color Cylindrical-coordinate representation of color #3F5DAD: hue angle of 223.64º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F5DAD is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6393173-
CMYK0.640.4600.32
HSL223.64º46.61%46.27%-
HSV(B)223.64º63.58%67.84%-
XYZ13.5111.941.12-
YUV93.15173.06106.5-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.15%
GREEN value IS 93 (36.72% from 255) = 28.27%
BLUE value IS 173 (67.97% from 255) = 52.58%
R=19.15%
G=28.27%
B=52.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal63931730.640.4600.32223.6446.6146.27
Hex3F5DAD402E020e02f2e
Octal77135255100560403405756
Binary1111111011101101011011000000101110010000011100000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,93,173); }

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

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

 a { background-color: rgb(63,93,173); }

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

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

 span { border-color: rgb(63,93,173); }

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