Html Css Color HEX #3969A7 Mariner

📋 copy color: '#3969A7'

red 57 ◦ green 105 ◦ blue 167

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

Shades of Mariner #3969A7

Tints of Mariner #3969A7

RGB

 RED value IS 57 (22.66% from 255) = 17.33%

 GREEN value IS 105 (41.41% from 255) = 31.91%

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

R = 17.33%
G = 31.91%
B = 50.76%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3969A7 (or 0x3969A7) is known color: Mariner. HEX triplet: 39, 69 and A7. RGB value is (57,105,167). Sum of RGB (Red+Green+Blue) = 57+105+167=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 167 (65.62% from 255 or 50.76% from 329); Max value from RGB is 167 - color contains mainly: blue. Hex color #3969A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3969A7 is #C69658. Grayscale: #616161. Windows color (decimal): -13014617 or 10971449. OLE color: 10971449.

HSL color Cylindrical-coordinate representation of color #3969A7: hue angle of 213.82º degrees, saturation: 0.49, 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 #3969A7 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 57 105 167 -
CMYK 0.66 0.37 0 0.35
HSL 213.82º 0.49% 0.44% -
HSV(B) 213.82º 0.66% 0.65% -
XYZ 13.71 13.76 38.49 -
YUV 97.72 167.1 98.96 -
System Red Green Blue C M Y K H S L
Decimal 57 105 167 0.66 0.37 0 0.35 213.82 0.49 0.44
Hex 39 69 A7 42 25 0 23 D6 31 2C
Octal 71 151 247 102 45 0 43 326 61 54
Binary 111001 1101001 10100111 1000010 100101 0 100011 11010110 110001 101100

Color Harmonies of #3969A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3969A7

Black with #3969A7

Text Example


Text Example

White with #3969A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,105,167); }

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

background-color css

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

 a { background-color: rgb(57,105,167); }

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

border-color css

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

 span { border-color: rgb(57,105,167); }

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