Html Css Color HEX #3864AB Mariner

📋 copy color: '#3864AB'

red 56 ◦ green 100 ◦ blue 171

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

Shades of Mariner #3864AB

Tints of Mariner #3864AB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.58%

 BLUE value IS 171 (67.19% from 255) = 52.29%

R = 17.13%
G = 30.58%
B = 52.29%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3864AB (or 0x3864AB) is known color: Mariner. HEX triplet: 38, 64 and AB. RGB value is (56,100,171). Sum of RGB (Red+Green+Blue) = 56+100+171=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #3864AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3864AB is #C79B54. Grayscale: #5E5E5E. Windows color (decimal): -13081429 or 11232312. OLE color: 11232312.

HSL color Cylindrical-coordinate representation of color #3864AB: hue angle of 217.04º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3864AB is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 100 171 -
CMYK 0.67 0.42 0 0.33
HSL 217.04º 0.51% 0.45% -
HSV(B) 217.04º 0.67% 0.67% -
XYZ 13.54 12.9 40.3 -
YUV 94.94 170.92 100.23 -
System Red Green Blue C M Y K H S L
Decimal 56 100 171 0.67 0.42 0 0.33 217.04 0.51 0.45
Hex 38 64 AB 43 2A 0 21 D9 33 2D
Octal 70 144 253 103 52 0 41 331 63 55
Binary 111000 1100100 10101011 1000011 101010 0 100001 11011001 110011 101101

Color Harmonies of #3864AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3864AB

Black with #3864AB

Text Example


Text Example

White with #3864AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3864AB; }

 p { color: rgb(56,100,171); }

 H1.HeaderClassName
 {
   color: #3864AB;
 }
 .AnyTagClassName
 {
   color: #3864AB;
 }
</style>

background-color css

<style>
 a { background-color: #3864AB; }

 a { background-color: rgb(56,100,171); }

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

border-color css

<style>
 span { border-color: #3864AB; }

 span { border-color: rgb(56,100,171); }

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