Html Css Color HEX #3864AE Mariner

📋 copy color: '#3864AE'

red 56 ◦ green 100 ◦ blue 174

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

Shades of Mariner #3864AE

Tints of Mariner #3864AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 52.73%

R = 16.97%
G = 30.3%
B = 52.73%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3864AE (or 0x3864AE) is known color: Mariner. HEX triplet: 38, 64 and AE. RGB value is (56,100,174). Sum of RGB (Red+Green+Blue) = 56+100+174=330 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.97% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #3864AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3864AE is #C79B51. Grayscale: #5E5E5E. Windows color (decimal): -13081426 or 11428920. OLE color: 11428920.

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

Color convert

RGB 56 100 174 -
CMYK 0.68 0.43 0 0.32
HSL 217.63º 0.51% 0.45% -
HSV(B) 217.63º 0.68% 0.68% -
XYZ 13.83 13.01 41.83 -
YUV 95.28 172.42 99.98 -
System Red Green Blue C M Y K H S L
Decimal 56 100 174 0.68 0.43 0 0.32 217.63 0.51 0.45
Hex 38 64 AE 44 2B 0 20 DA 33 2D
Octal 70 144 256 104 53 0 40 332 63 55
Binary 111000 1100100 10101110 1000100 101011 0 100000 11011010 110011 101101

Color Harmonies of #3864AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3864AE

Black with #3864AE

Text Example


Text Example

White with #3864AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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