Html Css Color HEX #3866A7 Mariner

📋 copy color: '#3866A7'

red 56 ◦ green 102 ◦ blue 167

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

Shades of Mariner #3866A7

Tints of Mariner #3866A7

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.38%

 BLUE value IS 167 (65.63% from 255) = 51.38%

R = 17.23%
G = 31.38%
B = 51.38%

CMYK

 C value IS 0.66

 M value IS 0.39

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3866A7 (or 0x3866A7) is known color: Mariner. HEX triplet: 38, 66 and A7. RGB value is (56,102,167). Sum of RGB (Red+Green+Blue) = 56+102+167=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 167 (65.62% from 255 or 51.38% from 325); Max value from RGB is 167 - color contains mainly: blue. Hex color #3866A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3866A7 is #C79958. Grayscale: #5F5F5F. Windows color (decimal): -13080921 or 10970680. OLE color: 10970680.

HSL color Cylindrical-coordinate representation of color #3866A7: hue angle of 215.14º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3866A7 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 56 102 167 -
CMYK 0.66 0.39 0 0.35
HSL 215.14º 0.5% 0.44% -
HSV(B) 215.14º 0.66% 0.65% -
XYZ 13.36 13.13 38.39 -
YUV 95.66 168.26 99.71 -
System Red Green Blue C M Y K H S L
Decimal 56 102 167 0.66 0.39 0 0.35 215.14 0.5 0.44
Hex 38 66 A7 42 27 0 23 D7 32 2C
Octal 70 146 247 102 47 0 43 327 62 54
Binary 111000 1100110 10100111 1000010 100111 0 100011 11010111 110010 101100

Color Harmonies of #3866A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3866A7

Black with #3866A7

Text Example


Text Example

White with #3866A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3866A7; }

 p { color: rgb(56,102,167); }

 H1.HeaderClassName
 {
   color: #3866A7;
 }
 .AnyTagClassName
 {
   color: #3866A7;
 }
</style>

background-color css

<style>
 a { background-color: #3866A7; }

 a { background-color: rgb(56,102,167); }

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

border-color css

<style>
 span { border-color: #3866A7; }

 span { border-color: rgb(56,102,167); }

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