Html Css Color HEX #3F5DAC Mariner

📋 copy color: '#3F5DAC'

red 63 ◦ green 93 ◦ blue 172

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

Shades of Mariner #3F5DAC

Tints of Mariner #3F5DAC

RGB

 RED value IS 63 (25% from 255) = 19.21%

 GREEN value IS 93 (36.72% from 255) = 28.35%

 BLUE value IS 172 (67.58% from 255) = 52.44%

R = 19.21%
G = 28.35%
B = 52.44%

CMYK

 C value IS 0.63

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F5DAC (or 0x3F5DAC) is known color: Mariner. HEX triplet: 3F, 5D and AC. RGB value is (63,93,172). Sum of RGB (Red+Green+Blue) = 63+93+172=328 (43% of max value = 765). Red value is 63 (25% from 255 or 19.21% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F5DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5DAC is #C0A253. Grayscale: #5C5C5C. Windows color (decimal): -12624468 or 11296063. OLE color: 11296063.

HSL color Cylindrical-coordinate representation of color #3F5DAC: hue angle of 223.49º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F5DAC is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 93 172 -
CMYK 0.63 0.46 0 0.33
HSL 223.49º 0.46% 0.46% -
HSV(B) 223.49º 0.63% 0.67% -
XYZ 13.41 11.86 40.61 -
YUV 93.04 172.56 106.58 -
System Red Green Blue C M Y K H S L
Decimal 63 93 172 0.63 0.46 0 0.33 223.49 0.46 0.46
Hex 3F 5D AC 3F 2E 0 21 DF 2E 2E
Octal 77 135 254 77 56 0 41 337 56 56
Binary 111111 1011101 10101100 111111 101110 0 100001 11011111 101110 101110

Color Harmonies of #3F5DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5DAC

Black with #3F5DAC

Text Example


Text Example

White with #3F5DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F5DAC; }

 p { color: rgb(63,93,172); }

 H1.HeaderClassName
 {
   color: #3F5DAC;
 }
 .AnyTagClassName
 {
   color: #3F5DAC;
 }
</style>

background-color css

<style>
 a { background-color: #3F5DAC; }

 a { background-color: rgb(63,93,172); }

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

border-color css

<style>
 span { border-color: #3F5DAC; }

 span { border-color: rgb(63,93,172); }

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