Html Css Color HEX #3D69AD Mariner

📋 copy color: '#3D69AD'

red 61 ◦ green 105 ◦ blue 173

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

Shades of Mariner #3D69AD

Tints of Mariner #3D69AD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.97%

 BLUE value IS 173 (67.97% from 255) = 51.03%

R = 17.99%
G = 30.97%
B = 51.03%

CMYK

 C value IS 0.65

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3D69AD (or 0x3D69AD) is known color: Mariner. HEX triplet: 3D, 69 and AD. RGB value is (61,105,173). Sum of RGB (Red+Green+Blue) = 61+105+173=339 (44% of max value = 765). Red value is 61 (24.22% from 255 or 17.99% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #3D69AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D69AD is #C29652. Grayscale: #636363. Windows color (decimal): -12752467 or 11364669. OLE color: 11364669.

HSL color Cylindrical-coordinate representation of color #3D69AD: hue angle of 216.43º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D69AD is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 61 105 173 -
CMYK 0.65 0.39 0 0.32
HSL 216.43º 0.48% 0.46% -
HSV(B) 216.43º 0.65% 0.68% -
XYZ 14.52 14.11 41.49 -
YUV 99.6 169.42 100.47 -
System Red Green Blue C M Y K H S L
Decimal 61 105 173 0.65 0.39 0 0.32 216.43 0.48 0.46
Hex 3D 69 AD 41 27 0 20 D8 30 2E
Octal 75 151 255 101 47 0 40 330 60 56
Binary 111101 1101001 10101101 1000001 100111 0 100000 11011000 110000 101110

Color Harmonies of #3D69AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D69AD

Black with #3D69AD

Text Example


Text Example

White with #3D69AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,105,173); }

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

background-color css

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

 a { background-color: rgb(61,105,173); }

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

border-color css

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

 span { border-color: rgb(61,105,173); }

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