Html Css Color HEX #3F6393 Mariner

📋 copy color: '#3F6393'

red 63 ◦ green 99 ◦ blue 147

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

Shades of Mariner #3F6393

Tints of Mariner #3F6393

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.04%

 BLUE value IS 147 (57.81% from 255) = 47.57%

R = 20.39%
G = 32.04%
B = 47.57%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3F6393 (or 0x3F6393) is known color: Mariner. HEX triplet: 3F, 63 and 93. RGB value is (63,99,147). Sum of RGB (Red+Green+Blue) = 63+99+147=309 (40% of max value = 765). Red value is 63 (25% from 255 or 20.39% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F6393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6393 is #C09C6C. Grayscale: #5D5D5D. Windows color (decimal): -12622957 or 9659199. OLE color: 9659199.

HSL color Cylindrical-coordinate representation of color #3F6393: hue angle of 214.29º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F6393 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 63 99 147 -
CMYK 0.57 0.33 0 0.42
HSL 214.29º 0.4% 0.41% -
HSV(B) 214.29º 0.57% 0.58% -
XYZ 11.78 12.09 29.32 -
YUV 93.71 158.07 106.1 -
System Red Green Blue C M Y K H S L
Decimal 63 99 147 0.57 0.33 0 0.42 214.29 0.4 0.41
Hex 3F 63 93 39 21 0 2A D6 28 29
Octal 77 143 223 71 41 0 52 326 50 51
Binary 111111 1100011 10010011 111001 100001 0 101010 11010110 101000 101001

Color Harmonies of #3F6393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6393

Black with #3F6393

Text Example


Text Example

White with #3F6393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,99,147); }

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

background-color css

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

 a { background-color: rgb(63,99,147); }

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

border-color css

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

 span { border-color: rgb(63,99,147); }

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