Html Css Color HEX #3D6CAF Mariner

📋 copy color: '#3D6CAF'

red 61 ◦ green 108 ◦ blue 175

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

Shades of Mariner #3D6CAF

Tints of Mariner #3D6CAF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.4%

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

R = 17.73%
G = 31.4%
B = 50.87%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3D6CAF (or 0x3D6CAF) is known color: Mariner. HEX triplet: 3D, 6C and AF. RGB value is (61,108,175). Sum of RGB (Red+Green+Blue) = 61+108+175=344 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.73% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 175 (68.75% from 255 or 50.87% from 344); Max value from RGB is 175 - color contains mainly: blue. Hex color #3D6CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6CAF is #C29350. Grayscale: #656565. Windows color (decimal): -12751697 or 11496509. OLE color: 11496509.

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

Color convert

RGB 61 108 175 -
CMYK 0.65 0.38 0 0.31
HSL 215.26º 0.48% 0.46% -
HSV(B) 215.26º 0.65% 0.69% -
XYZ 15.02 14.81 42.62 -
YUV 101.59 169.43 99.05 -
System Red Green Blue C M Y K H S L
Decimal 61 108 175 0.65 0.38 0 0.31 215.26 0.48 0.46
Hex 3D 6C AF 41 26 0 1F D7 30 2E
Octal 75 154 257 101 46 0 37 327 60 56
Binary 111101 1101100 10101111 1000001 100110 0 11111 11010111 110000 101110

Color Harmonies of #3D6CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6CAF

Black with #3D6CAF

Text Example


Text Example

White with #3D6CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D6CAF;
 }
 .AnyTagClassName
 {
   color: #3D6CAF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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