Html Css Color HEX #3F5DAF Mariner

📋 copy color: '#3F5DAF'

red 63 ◦ green 93 ◦ blue 175

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

Shades of Mariner #3F5DAF

Tints of Mariner #3F5DAF

RGB

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

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

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

R = 19.03%
G = 28.1%
B = 52.87%

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

#3F5DAF (or 0x3F5DAF) is known color: Mariner. HEX triplet: 3F, 5D and AF. RGB value is (63,93,175). Sum of RGB (Red+Green+Blue) = 63+93+175=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 175 (68.75% from 255 or 52.87% from 331); Max value from RGB is 175 - color contains mainly: blue. Hex color #3F5DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5DAF is #C0A250. Grayscale: #5D5D5D. Windows color (decimal): -12624465 or 11492671. OLE color: 11492671.

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

Color convert

RGB 63 93 175 -
CMYK 0.64 0.47 0 0.31
HSL 223.93º 0.47% 0.47% -
HSV(B) 223.93º 0.64% 0.69% -
XYZ 13.7 11.98 42.15 -
YUV 93.38 174.06 106.33 -
System Red Green Blue C M Y K H S L
Decimal 63 93 175 0.64 0.47 0 0.31 223.93 0.47 0.47
Hex 3F 5D AF 40 2F 0 1F E0 2F 2F
Octal 77 135 257 100 57 0 37 340 57 57
Binary 111111 1011101 10101111 1000000 101111 0 11111 11100000 101111 101111

Color Harmonies of #3F5DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5DAF

Black with #3F5DAF

Text Example


Text Example

White with #3F5DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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