Html Css Color HEX #3F5698 Mariner

📋 copy color: '#3F5698'

red 63 ◦ green 86 ◦ blue 152

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

Shades of Mariner #3F5698

Tints of Mariner #3F5698

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.57%

 BLUE value IS 152 (59.77% from 255) = 50.5%

R = 20.93%
G = 28.57%
B = 50.5%

CMYK

 C value IS 0.59

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3F5698 (or 0x3F5698) is known color: Mariner. HEX triplet: 3F, 56 and 98. RGB value is (63,86,152). Sum of RGB (Red+Green+Blue) = 63+86+152=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #3F5698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5698 is #C0A967. Grayscale: #565656. Windows color (decimal): -12626280 or 9983551. OLE color: 9983551.

HSL color Cylindrical-coordinate representation of color #3F5698: hue angle of 224.49º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F5698 is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 63 86 152 -
CMYK 0.59 0.43 0 0.40
HSL 224.49º 0.41% 0.42% -
HSV(B) 224.49º 0.59% 0.6% -
XYZ 11.05 9.98 31.05 -
YUV 86.65 164.88 111.13 -
System Red Green Blue C M Y K H S L
Decimal 63 86 152 0.59 0.43 0 0.40 224.49 0.41 0.42
Hex 3F 56 98 3B 2B 0 28 E0 29 2A
Octal 77 126 230 73 53 0 50 340 51 52
Binary 111111 1010110 10011000 111011 101011 0 101000 11100000 101001 101010

Color Harmonies of #3F5698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5698

Black with #3F5698

Text Example


Text Example

White with #3F5698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,86,152); }

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

background-color css

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

 a { background-color: rgb(63,86,152); }

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

border-color css

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

 span { border-color: rgb(63,86,152); }

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