Html Css Color HEX #3954AB Mariner

📋 copy color: '#3954AB'

red 57 ◦ green 84 ◦ blue 171

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

Shades of Mariner #3954AB

Tints of Mariner #3954AB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.92%

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

R = 18.27%
G = 26.92%
B = 54.81%

CMYK

 C value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3954AB (or 0x3954AB) is known color: Mariner. HEX triplet: 39, 54 and AB. RGB value is (57,84,171). Sum of RGB (Red+Green+Blue) = 57+84+171=312 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.27% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #3954AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3954AB is #C6AB54. Grayscale: #555555. Windows color (decimal): -13019989 or 11228217. OLE color: 11228217.

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

Color convert

RGB 57 84 171 -
CMYK 0.67 0.51 0 0.33
HSL 225.79º 0.5% 0.45% -
HSV(B) 225.79º 0.67% 0.67% -
XYZ 12.21 10.15 39.84 -
YUV 85.85 176.05 107.43 -
System Red Green Blue C M Y K H S L
Decimal 57 84 171 0.67 0.51 0 0.33 225.79 0.5 0.45
Hex 39 54 AB 43 33 0 21 E2 32 2D
Octal 71 124 253 103 63 0 41 342 62 55
Binary 111001 1010100 10101011 1000011 110011 0 100001 11100010 110010 101101

Color Harmonies of #3954AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3954AB

Black with #3954AB

Text Example


Text Example

White with #3954AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,84,171); }

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

background-color css

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

 a { background-color: rgb(57,84,171); }

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

border-color css

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

 span { border-color: rgb(57,84,171); }

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