Html Css Color HEX #3F5E9B Mariner

📋 copy color: '#3F5E9B'

red 63 ◦ green 94 ◦ blue 155

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

Shades of Mariner #3F5E9B

Tints of Mariner #3F5E9B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.13%

 BLUE value IS 155 (60.94% from 255) = 49.68%

R = 20.19%
G = 30.13%
B = 49.68%

CMYK

 C value IS 0.59

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3F5E9B (or 0x3F5E9B) is known color: Mariner. HEX triplet: 3F, 5E and 9B. RGB value is (63,94,155). Sum of RGB (Red+Green+Blue) = 63+94+155=312 (41% of max value = 765). Red value is 63 (25% from 255 or 20.19% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F5E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5E9B is #C0A164. Grayscale: #5B5B5B. Windows color (decimal): -12624229 or 10182207. OLE color: 10182207.

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

Color convert

RGB 63 94 155 -
CMYK 0.59 0.39 0 0.39
HSL 219.78º 0.42% 0.43% -
HSV(B) 219.78º 0.59% 0.61% -
XYZ 11.97 11.43 32.59 -
YUV 91.69 163.73 107.54 -
System Red Green Blue C M Y K H S L
Decimal 63 94 155 0.59 0.39 0 0.39 219.78 0.42 0.43
Hex 3F 5E 9B 3B 27 0 27 DC 2A 2B
Octal 77 136 233 73 47 0 47 334 52 53
Binary 111111 1011110 10011011 111011 100111 0 100111 11011100 101010 101011

Color Harmonies of #3F5E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5E9B

Black with #3F5E9B

Text Example


Text Example

White with #3F5E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,94,155); }

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

background-color css

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

 a { background-color: rgb(63,94,155); }

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

border-color css

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

 span { border-color: rgb(63,94,155); }

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