Html Css Color HEX #3868AD Mariner

📋 copy color: '#3868AD'

red 56 ◦ green 104 ◦ blue 173

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

Shades of Mariner #3868AD

Tints of Mariner #3868AD

RGB

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

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

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

R = 16.82%
G = 31.23%
B = 51.95%

CMYK

 C value IS 0.68

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3868AD (or 0x3868AD) is known color: Mariner. HEX triplet: 38, 68 and AD. RGB value is (56,104,173). Sum of RGB (Red+Green+Blue) = 56+104+173=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #3868AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3868AD is #C79752. Grayscale: #616161. Windows color (decimal): -13080403 or 11364408. OLE color: 11364408.

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

Color convert

RGB 56 104 173 -
CMYK 0.68 0.40 0 0.32
HSL 215.38º 0.51% 0.45% -
HSV(B) 215.38º 0.68% 0.68% -
XYZ 14.12 13.76 41.45 -
YUV 97.51 170.6 98.39 -
System Red Green Blue C M Y K H S L
Decimal 56 104 173 0.68 0.40 0 0.32 215.38 0.51 0.45
Hex 38 68 AD 44 28 0 20 D7 33 2D
Octal 70 150 255 104 50 0 40 327 63 55
Binary 111000 1101000 10101101 1000100 101000 0 100000 11010111 110011 101101

Color Harmonies of #3868AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3868AD

Black with #3868AD

Text Example


Text Example

White with #3868AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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