Html Css Color HEX #3860AD Mariner

📋 copy color: '#3860AD'

red 56 ◦ green 96 ◦ blue 173

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

Shades of Mariner #3860AD

Tints of Mariner #3860AD

RGB

 RED value IS 56 (22.27% from 255) = 17.23%

 GREEN value IS 96 (37.89% from 255) = 29.54%

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

R = 17.23%
G = 29.54%
B = 53.23%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3860AD (or 0x3860AD) is known color: Mariner. HEX triplet: 38, 60 and AD. RGB value is (56,96,173). Sum of RGB (Red+Green+Blue) = 56+96+173=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #3860AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3860AD is #C79F52. Grayscale: #5C5C5C. Windows color (decimal): -13082451 or 11362360. OLE color: 11362360.

HSL color Cylindrical-coordinate representation of color #3860AD: hue angle of 219.49º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3860AD is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 56 96 173 -
CMYK 0.68 0.45 0 0.32
HSL 219.49º 0.51% 0.45% -
HSV(B) 219.49º 0.68% 0.68% -
XYZ 13.36 12.22 41.19 -
YUV 92.82 173.25 101.74 -
System Red Green Blue C M Y K H S L
Decimal 56 96 173 0.68 0.45 0 0.32 219.49 0.51 0.45
Hex 38 60 AD 44 2D 0 20 DB 33 2D
Octal 70 140 255 104 55 0 40 333 63 55
Binary 111000 1100000 10101101 1000100 101101 0 100000 11011011 110011 101101

Color Harmonies of #3860AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3860AD

Black with #3860AD

Text Example


Text Example

White with #3860AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3860AD; }

 p { color: rgb(56,96,173); }

 H1.HeaderClassName
 {
   color: #3860AD;
 }
 .AnyTagClassName
 {
   color: #3860AD;
 }
</style>

background-color css

<style>
 a { background-color: #3860AD; }

 a { background-color: rgb(56,96,173); }

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

border-color css

<style>
 span { border-color: #3860AD; }

 span { border-color: rgb(56,96,173); }

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