#3D5FB3

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

Shades of Mariner #3D5FB3

Tints of Mariner #3D5FB3

Color information

#3D5FB3 (or 0x3D5FB3) is unknown color: approx Mariner. HEX triplet: 3D, 5F and B3. RGB value is (61,95,179). Sum of RGB (Red+Green+Blue) = 61+95+179=335 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.21% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 179 (70.31% from 255 or 53.43% from 335); Max value from RGB is 179 - color contains mainly: blue. Hex color #3D5FB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D5FB3 is #C2A04C. Grayscale: #5E5E5E. Windows color (decimal): -12755021 or 11755325. OLE color: 11755325.

HSL color Cylindrical-coordinate representation of color #3D5FB3: hue angle of 222.71º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D5FB3 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6195179-
CMYK0.660.4700.30
HSL222.71º49.17%47.06%-
HSV(B)222.71º65.92%70.2%-
XYZ14.1512.4344.3-
YUV94.41175.74104.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.21%
GREEN value IS 95 (37.5% from 255) = 28.36%
BLUE value IS 179 (70.31% from 255) = 53.43%
R=18.21%
G=28.36%
B=53.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal61951790.660.4700.30222.7149.1747.06
Hex3D5FB3422F01Edf312f
Octal75137263102570363376157
Binary111101101111110110011100001010111101111011011111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,95,179); }

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

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

 a { background-color: rgb(61,95,179); }

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

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

 span { border-color: rgb(61,95,179); }

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