Html Css Color HEX #3F5CAF Mariner

📋 copy color: '#3F5CAF'

red 63 ◦ green 92 ◦ blue 175

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

Shades of Mariner #3F5CAF

Tints of Mariner #3F5CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 53.03%

R = 19.09%
G = 27.88%
B = 53.03%

CMYK

 C value IS 0.64

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3F5CAF (or 0x3F5CAF) is known color: Mariner. HEX triplet: 3F, 5C and AF. RGB value is (63,92,175). Sum of RGB (Red+Green+Blue) = 63+92+175=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 175 (68.75% from 255 or 53.03% from 330); Max value from RGB is 175 - color contains mainly: blue. Hex color #3F5CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5CAF is #C0A350. Grayscale: #5C5C5C. Windows color (decimal): -12624721 or 11492415. OLE color: 11492415.

HSL color Cylindrical-coordinate representation of color #3F5CAF: hue angle of 224.46º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F5CAF is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 63 92 175 -
CMYK 0.64 0.47 0 0.31
HSL 224.46º 0.47% 0.47% -
HSV(B) 224.46º 0.64% 0.69% -
XYZ 13.61 11.81 42.12 -
YUV 92.79 174.39 106.75 -
System Red Green Blue C M Y K H S L
Decimal 63 92 175 0.64 0.47 0 0.31 224.46 0.47 0.47
Hex 3F 5C AF 40 2F 0 1F E0 2F 2F
Octal 77 134 257 100 57 0 37 340 57 57
Binary 111111 1011100 10101111 1000000 101111 0 11111 11100000 101111 101111

Color Harmonies of #3F5CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5CAF

Black with #3F5CAF

Text Example


Text Example

White with #3F5CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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