Html Css Color HEX #3861AB Mariner

📋 copy color: '#3861AB'

red 56 ◦ green 97 ◦ blue 171

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

Shades of Mariner #3861AB

Tints of Mariner #3861AB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.94%

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

R = 17.28%
G = 29.94%
B = 52.78%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3861AB (or 0x3861AB) is known color: Mariner. HEX triplet: 38, 61 and AB. RGB value is (56,97,171). Sum of RGB (Red+Green+Blue) = 56+97+171=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #3861AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3861AB is #C79E54. Grayscale: #5C5C5C. Windows color (decimal): -13082197 or 11231544. OLE color: 11231544.

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

Color convert

RGB 56 97 171 -
CMYK 0.67 0.43 0 0.33
HSL 218.61º 0.51% 0.45% -
HSV(B) 218.61º 0.67% 0.67% -
XYZ 13.26 12.33 40.21 -
YUV 93.18 171.92 101.48 -
System Red Green Blue C M Y K H S L
Decimal 56 97 171 0.67 0.43 0 0.33 218.61 0.51 0.45
Hex 38 61 AB 43 2B 0 21 DB 33 2D
Octal 70 141 253 103 53 0 41 333 63 55
Binary 111000 1100001 10101011 1000011 101011 0 100001 11011011 110011 101101

Color Harmonies of #3861AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3861AB

Black with #3861AB

Text Example


Text Example

White with #3861AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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