#3D5CAF

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

Shades of Mariner #3D5CAF

Tints of Mariner #3D5CAF

Color information

#3D5CAF (or 0x3D5CAF) is unknown color: approx Mariner. HEX triplet: 3D, 5C and AF. RGB value is (61,92,175). Sum of RGB (Red+Green+Blue) = 61+92+175=328 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.60% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 175 (68.75% from 255 or 53.35% from 328); Max value from RGB is 175 - color contains mainly: blue. Hex color #3D5CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5CAF is #C2A350. Grayscale: #5B5B5B. Windows color (decimal): -12755793 or 11492413. OLE color: 11492413.

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

Color convert

RGB6192175-
CMYK0.650.4700.31
HSL223.68º48.31%46.27%-
HSV(B)223.68º65.14%68.63%-
XYZ13.4911.7442.11-
YUV92.19174.73105.75-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.60%
GREEN value IS 92 (36.33% from 255) = 28.05%
BLUE value IS 175 (68.75% from 255) = 53.35%
R=18.60%
G=28.05%
B=53.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal61921750.650.4700.31223.6848.3146.27
Hex3D5CAF412F01Fe0302e
Octal75134257101570373406056
Binary111101101110010101111100000110111101111111100000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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