Html Css Color HEX #3F559D Mariner

📋 copy color: '#3F559D'

red 63 ◦ green 85 ◦ blue 157

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

Shades of Mariner #3F559D

Tints of Mariner #3F559D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.87%

 BLUE value IS 157 (61.72% from 255) = 51.48%

R = 20.66%
G = 27.87%
B = 51.48%

CMYK

 C value IS 0.60

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3F559D (or 0x3F559D) is known color: Mariner. HEX triplet: 3F, 55 and 9D. RGB value is (63,85,157). Sum of RGB (Red+Green+Blue) = 63+85+157=305 (40% of max value = 765). Red value is 63 (25% from 255 or 20.66% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F559D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F559D is #C0AA62. Grayscale: #565656. Windows color (decimal): -12626531 or 10310975. OLE color: 10310975.

HSL color Cylindrical-coordinate representation of color #3F559D: hue angle of 225.96º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F559D is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 63 85 157 -
CMYK 0.60 0.46 0 0.38
HSL 225.96º 0.43% 0.43% -
HSV(B) 225.96º 0.6% 0.62% -
XYZ 11.38 9.99 33.23 -
YUV 86.63 167.71 111.15 -
System Red Green Blue C M Y K H S L
Decimal 63 85 157 0.60 0.46 0 0.38 225.96 0.43 0.43
Hex 3F 55 9D 3C 2E 0 26 E2 2B 2B
Octal 77 125 235 74 56 0 46 342 53 53
Binary 111111 1010101 10011101 111100 101110 0 100110 11100010 101011 101011

Color Harmonies of #3F559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F559D

Black with #3F559D

Text Example


Text Example

White with #3F559D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,85,157); }

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

background-color css

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

 a { background-color: rgb(63,85,157); }

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

border-color css

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

 span { border-color: rgb(63,85,157); }

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