Html Css Color HEX #3D68B9 Mariner

📋 copy color: '#3D68B9'

red 61 ◦ green 104 ◦ blue 185

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

Shades of Mariner #3D68B9

Tints of Mariner #3D68B9

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.71%

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

R = 17.43%
G = 29.71%
B = 52.86%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3D68B9 (or 0x3D68B9) is known color: Mariner. HEX triplet: 3D, 68 and B9. RGB value is (61,104,185). Sum of RGB (Red+Green+Blue) = 61+104+185=350 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.43% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 185 (72.66% from 255 or 52.86% from 350); Max value from RGB is 185 - color contains mainly: blue. Hex color #3D68B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D68B9 is #C29746. Grayscale: #646464. Windows color (decimal): -12752711 or 12150845. OLE color: 12150845.

HSL color Cylindrical-coordinate representation of color #3D68B9: hue angle of 219.19º 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 #3D68B9 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 61 104 185 -
CMYK 0.67 0.44 0 0.27
HSL 219.19º 0.5% 0.48% -
HSV(B) 219.19º 0.67% 0.73% -
XYZ 15.63 14.4 47.85 -
YUV 100.38 175.75 99.91 -
System Red Green Blue C M Y K H S L
Decimal 61 104 185 0.67 0.44 0 0.27 219.19 0.5 0.48
Hex 3D 68 B9 43 2C 0 1B DB 32 30
Octal 75 150 271 103 54 0 33 333 62 60
Binary 111101 1101000 10111001 1000011 101100 0 11011 11011011 110010 110000

Color Harmonies of #3D68B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D68B9

Black with #3D68B9

Text Example


Text Example

White with #3D68B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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