Html Css Color HEX #3867AF Mariner

📋 copy color: '#3867AF'

red 56 ◦ green 103 ◦ blue 175

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

Shades of Mariner #3867AF

Tints of Mariner #3867AF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.84%

 BLUE value IS 175 (68.75% from 255) = 52.4%

R = 16.77%
G = 30.84%
B = 52.4%

CMYK

 C value IS 0.68

 M value IS 0.41

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3867AF (or 0x3867AF) is known color: Mariner. HEX triplet: 38, 67 and AF. RGB value is (56,103,175). Sum of RGB (Red+Green+Blue) = 56+103+175=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #3867AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3867AF is #C79850. Grayscale: #606060. Windows color (decimal): -13080657 or 11495224. OLE color: 11495224.

HSL color Cylindrical-coordinate representation of color #3867AF: hue angle of 216.3º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3867AF is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 103 175 -
CMYK 0.68 0.41 0 0.31
HSL 216.3º 0.52% 0.45% -
HSV(B) 216.3º 0.68% 0.69% -
XYZ 14.22 13.64 42.44 -
YUV 97.16 171.93 98.65 -
System Red Green Blue C M Y K H S L
Decimal 56 103 175 0.68 0.41 0 0.31 216.3 0.52 0.45
Hex 38 67 AF 44 29 0 1F D8 34 2D
Octal 70 147 257 104 51 0 37 330 64 55
Binary 111000 1100111 10101111 1000100 101001 0 11111 11011000 110100 101101

Color Harmonies of #3867AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3867AF

Black with #3867AF

Text Example


Text Example

White with #3867AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3867AF; }

 p { color: rgb(56,103,175); }

 H1.HeaderClassName
 {
   color: #3867AF;
 }
 .AnyTagClassName
 {
   color: #3867AF;
 }
</style>

background-color css

<style>
 a { background-color: #3867AF; }

 a { background-color: rgb(56,103,175); }

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

border-color css

<style>
 span { border-color: #3867AF; }

 span { border-color: rgb(56,103,175); }

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