#3F5CAE

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

Shades of Mariner #3F5CAE

Tints of Mariner #3F5CAE

Color information

#3F5CAE (or 0x3F5CAE) is unknown color: approx Mariner. HEX triplet: 3F, 5C and AE. RGB value is (63,92,174). Sum of RGB (Red+Green+Blue) = 63+92+174=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #3F5CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5CAE is #C0A351. Grayscale: #5C5C5C. Windows color (decimal): -12624722 or 11426879. OLE color: 11426879.

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

Color convert

RGB6392174-
CMYK0.640.4700.32
HSL224.32º46.84%46.47%-
HSV(B)224.32º63.79%68.24%-
XYZ13.5211.7741.6-
YUV92.68173.89106.83-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.15%
GREEN value IS 92 (36.33% from 255) = 27.96%
BLUE value IS 174 (68.36% from 255) = 52.89%
R=19.15%
G=27.96%
B=52.89%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal63921740.640.4700.32224.3246.8446.47
Hex3F5CAE402F020e02f2e
Octal77134256100570403405756
Binary1111111011100101011101000000101111010000011100000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,92,174); }

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

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

 a { background-color: rgb(63,92,174); }

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

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

 span { border-color: rgb(63,92,174); }

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