Html Css Color HEX #3F5E9C Mariner

📋 copy color: '#3F5E9C'

red 63 ◦ green 94 ◦ blue 156

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

Shades of Mariner #3F5E9C

Tints of Mariner #3F5E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 49.84%

R = 20.13%
G = 30.03%
B = 49.84%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3F5E9C (or 0x3F5E9C) is known color: Mariner. HEX triplet: 3F, 5E and 9C. RGB value is (63,94,156). Sum of RGB (Red+Green+Blue) = 63+94+156=313 (41% of max value = 765). Red value is 63 (25% from 255 or 20.13% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #3F5E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5E9C is #C0A163. Grayscale: #5B5B5B. Windows color (decimal): -12624228 or 10247743. OLE color: 10247743.

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

Color convert

RGB 63 94 156 -
CMYK 0.60 0.40 0 0.39
HSL 220º 0.42% 0.43% -
HSV(B) 220º 0.6% 0.61% -
XYZ 12.05 11.46 33.03 -
YUV 91.8 164.23 107.46 -
System Red Green Blue C M Y K H S L
Decimal 63 94 156 0.60 0.40 0 0.39 220 0.42 0.43
Hex 3F 5E 9C 3C 28 0 27 DC 2A 2B
Octal 77 136 234 74 50 0 47 334 52 53
Binary 111111 1011110 10011100 111100 101000 0 100111 11011100 101010 101011

Color Harmonies of #3F5E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5E9C

Black with #3F5E9C

Text Example


Text Example

White with #3F5E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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