Html Css Color HEX #3D6AB9 Mariner

📋 copy color: '#3D6AB9'

red 61 ◦ green 106 ◦ blue 185

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

Shades of Mariner #3D6AB9

Tints of Mariner #3D6AB9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.11%

 BLUE value IS 185 (72.66% from 255) = 52.56%

R = 17.33%
G = 30.11%
B = 52.56%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3D6AB9 (or 0x3D6AB9) is known color: Mariner. HEX triplet: 3D, 6A and B9. RGB value is (61,106,185). Sum of RGB (Red+Green+Blue) = 61+106+185=352 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.33% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 185 (72.66% from 255 or 52.56% from 352); Max value from RGB is 185 - color contains mainly: blue. Hex color #3D6AB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6AB9 is #C29546. Grayscale: #656565. Windows color (decimal): -12752199 or 12151357. OLE color: 12151357.

HSL color Cylindrical-coordinate representation of color #3D6AB9: hue angle of 218.23º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D6AB9 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 61 106 185 -
CMYK 0.67 0.43 0 0.27
HSL 218.23º 0.5% 0.48% -
HSV(B) 218.23º 0.67% 0.73% -
XYZ 15.84 14.8 47.92 -
YUV 101.55 175.09 99.08 -
System Red Green Blue C M Y K H S L
Decimal 61 106 185 0.67 0.43 0 0.27 218.23 0.5 0.48
Hex 3D 6A B9 43 2B 0 1B DA 32 30
Octal 75 152 271 103 53 0 33 332 62 60
Binary 111101 1101010 10111001 1000011 101011 0 11011 11011010 110010 110000

Color Harmonies of #3D6AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6AB9

Black with #3D6AB9

Text Example


Text Example

White with #3D6AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,106,185); }

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

background-color css

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

 a { background-color: rgb(61,106,185); }

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

border-color css

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

 span { border-color: rgb(61,106,185); }

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