Html Css Color HEX #3F58AF Mariner

📋 copy color: '#3F58AF'

red 63 ◦ green 88 ◦ blue 175

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

Shades of Mariner #3F58AF

Tints of Mariner #3F58AF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.99%

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

R = 19.33%
G = 26.99%
B = 53.68%

CMYK

 C value IS 0.64

 M value IS 0.50

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3F58AF (or 0x3F58AF) is known color: Mariner. HEX triplet: 3F, 58 and AF. RGB value is (63,88,175). Sum of RGB (Red+Green+Blue) = 63+88+175=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 175 (68.75% from 255 or 53.68% from 326); Max value from RGB is 175 - color contains mainly: blue. Hex color #3F58AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F58AF is #C0A750. Grayscale: #5A5A5A. Windows color (decimal): -12625745 or 11491391. OLE color: 11491391.

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

Color convert

RGB 63 88 175 -
CMYK 0.64 0.50 0 0.31
HSL 226.61º 0.47% 0.47% -
HSV(B) 226.61º 0.64% 0.69% -
XYZ 13.28 11.13 42.01 -
YUV 90.44 175.72 108.43 -
System Red Green Blue C M Y K H S L
Decimal 63 88 175 0.64 0.50 0 0.31 226.61 0.47 0.47
Hex 3F 58 AF 40 32 0 1F E3 2F 2F
Octal 77 130 257 100 62 0 37 343 57 57
Binary 111111 1011000 10101111 1000000 110010 0 11111 11100011 101111 101111

Color Harmonies of #3F58AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F58AF

Black with #3F58AF

Text Example


Text Example

White with #3F58AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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