Html Css Color HEX #3D5CAF Mariner

📋 copy color: '#3D5CAF'

red 61 ◦ green 92 ◦ blue 175

#3D5CAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mariner #3D5CAF

Tints of Mariner #3D5CAF

RGB

 RED value IS 61 (24.22% from 255) = 18.6%

 GREEN value IS 92 (36.33% from 255) = 28.05%

 BLUE value IS 175 (68.75% from 255) = 53.35%

R = 18.6%
G = 28.05%
B = 53.35%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3D5CAF (or 0x3D5CAF) is known color: 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

RGB 61 92 175 -
CMYK 0.65 0.47 0 0.31
HSL 223.68º 0.48% 0.46% -
HSV(B) 223.68º 0.65% 0.69% -
XYZ 13.49 11.74 42.11 -
YUV 92.19 174.73 105.75 -
System Red Green Blue C M Y K H S L
Decimal 61 92 175 0.65 0.47 0 0.31 223.68 0.48 0.46
Hex 3D 5C AF 41 2F 0 1F E0 30 2E
Octal 75 134 257 101 57 0 37 340 60 56
Binary 111101 1011100 10101111 1000001 101111 0 11111 11100000 110000 101110

Color Harmonies of #3D5CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5CAF

Black with #3D5CAF

Text Example


Text Example

White with #3D5CAF

Text Example


Text Example

HTML Codes & Css Web 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>