Html Css Color HEX #3856AB Mariner

📋 copy color: '#3856AB'

red 56 ◦ green 86 ◦ blue 171

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

Shades of Mariner #3856AB

Tints of Mariner #3856AB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.48%

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

R = 17.89%
G = 27.48%
B = 54.63%

CMYK

 C value IS 0.67

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3856AB (or 0x3856AB) is known color: Mariner. HEX triplet: 38, 56 and AB. RGB value is (56,86,171). Sum of RGB (Red+Green+Blue) = 56+86+171=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #3856AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3856AB is #C7A954. Grayscale: #565656. Windows color (decimal): -13085013 or 11228728. OLE color: 11228728.

HSL color Cylindrical-coordinate representation of color #3856AB: hue angle of 224.35º 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 #3856AB is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 86 171 -
CMYK 0.67 0.50 0 0.33
HSL 224.35º 0.51% 0.45% -
HSV(B) 224.35º 0.67% 0.67% -
XYZ 12.31 10.44 39.89 -
YUV 86.72 175.56 106.09 -
System Red Green Blue C M Y K H S L
Decimal 56 86 171 0.67 0.50 0 0.33 224.35 0.51 0.45
Hex 38 56 AB 43 32 0 21 E0 33 2D
Octal 70 126 253 103 62 0 41 340 63 55
Binary 111000 1010110 10101011 1000011 110010 0 100001 11100000 110011 101101

Color Harmonies of #3856AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3856AB

Black with #3856AB

Text Example


Text Example

White with #3856AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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