Html Css Color HEX #3F5FAC Mariner

📋 copy color: '#3F5FAC'

red 63 ◦ green 95 ◦ blue 172

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

Shades of Mariner #3F5FAC

Tints of Mariner #3F5FAC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.79%

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

R = 19.09%
G = 28.79%
B = 52.12%

CMYK

 C value IS 0.63

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F5FAC (or 0x3F5FAC) is known color: Mariner. HEX triplet: 3F, 5F and AC. RGB value is (63,95,172). Sum of RGB (Red+Green+Blue) = 63+95+172=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F5FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5FAC is #C0A053. Grayscale: #5D5D5D. Windows color (decimal): -12623956 or 11296575. OLE color: 11296575.

HSL color Cylindrical-coordinate representation of color #3F5FAC: hue angle of 222.39º 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 #3F5FAC is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 95 172 -
CMYK 0.63 0.45 0 0.33
HSL 222.39º 0.46% 0.46% -
HSV(B) 222.39º 0.63% 0.67% -
XYZ 13.59 12.22 40.67 -
YUV 94.21 171.9 105.74 -
System Red Green Blue C M Y K H S L
Decimal 63 95 172 0.63 0.45 0 0.33 222.39 0.46 0.46
Hex 3F 5F AC 3F 2D 0 21 DE 2E 2E
Octal 77 137 254 77 55 0 41 336 56 56
Binary 111111 1011111 10101100 111111 101101 0 100001 11011110 101110 101110

Color Harmonies of #3F5FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5FAC

Black with #3F5FAC

Text Example


Text Example

White with #3F5FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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