Html Css Color HEX #3865AD Mariner

📋 copy color: '#3865AD'

red 56 ◦ green 101 ◦ blue 173

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

Shades of Mariner #3865AD

Tints of Mariner #3865AD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.61%

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

R = 16.97%
G = 30.61%
B = 52.42%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3865AD (or 0x3865AD) is known color: Mariner. HEX triplet: 38, 65 and AD. RGB value is (56,101,173). Sum of RGB (Red+Green+Blue) = 56+101+173=330 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.97% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #3865AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3865AD is #C79A52. Grayscale: #5F5F5F. Windows color (decimal): -13081171 or 11363640. OLE color: 11363640.

HSL color Cylindrical-coordinate representation of color #3865AD: hue angle of 216.92º 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 #3865AD is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 56 101 173 -
CMYK 0.68 0.42 0 0.32
HSL 216.92º 0.51% 0.45% -
HSV(B) 216.92º 0.68% 0.68% -
XYZ 13.83 13.17 41.35 -
YUV 95.75 171.59 99.65 -
System Red Green Blue C M Y K H S L
Decimal 56 101 173 0.68 0.42 0 0.32 216.92 0.51 0.45
Hex 38 65 AD 44 2A 0 20 D9 33 2D
Octal 70 145 255 104 52 0 40 331 63 55
Binary 111000 1100101 10101101 1000100 101010 0 100000 11011001 110011 101101

Color Harmonies of #3865AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3865AD

Black with #3865AD

Text Example


Text Example

White with #3865AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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