Html Css Color HEX #3F5CAC Mariner

📋 copy color: '#3F5CAC'

red 63 ◦ green 92 ◦ blue 172

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

Shades of Mariner #3F5CAC

Tints of Mariner #3F5CAC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.13%

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

R = 19.27%
G = 28.13%
B = 52.6%

CMYK

 C value IS 0.63

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F5CAC (or 0x3F5CAC) is known color: Mariner. HEX triplet: 3F, 5C and AC. RGB value is (63,92,172). Sum of RGB (Red+Green+Blue) = 63+92+172=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F5CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5CAC is #C0A353. Grayscale: #5C5C5C. Windows color (decimal): -12624724 or 11295807. OLE color: 11295807.

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

Color convert

RGB 63 92 172 -
CMYK 0.63 0.47 0 0.33
HSL 224.04º 0.46% 0.46% -
HSV(B) 224.04º 0.63% 0.67% -
XYZ 13.32 11.69 40.58 -
YUV 92.45 172.89 107 -
System Red Green Blue C M Y K H S L
Decimal 63 92 172 0.63 0.47 0 0.33 224.04 0.46 0.46
Hex 3F 5C AC 3F 2F 0 21 E0 2E 2E
Octal 77 134 254 77 57 0 41 340 56 56
Binary 111111 1011100 10101100 111111 101111 0 100001 11100000 101110 101110

Color Harmonies of #3F5CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5CAC

Black with #3F5CAC

Text Example


Text Example

White with #3F5CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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