Html Css Color HEX #3F5E94 Mariner

📋 copy color: '#3F5E94'

red 63 ◦ green 94 ◦ blue 148

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

Shades of Mariner #3F5E94

Tints of Mariner #3F5E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 48.52%

R = 20.66%
G = 30.82%
B = 48.52%

CMYK

 C value IS 0.57

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3F5E94 (or 0x3F5E94) is known color: Mariner. HEX triplet: 3F, 5E and 94. RGB value is (63,94,148). Sum of RGB (Red+Green+Blue) = 63+94+148=305 (40% of max value = 765). Red value is 63 (25% from 255 or 20.66% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #3F5E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5E94 is #C0A16B. Grayscale: #5A5A5A. Windows color (decimal): -12624236 or 9723455. OLE color: 9723455.

HSL color Cylindrical-coordinate representation of color #3F5E94: hue angle of 218.12º 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 #3F5E94 is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 63 94 148 -
CMYK 0.57 0.36 0 0.42
HSL 218.12º 0.4% 0.41% -
HSV(B) 218.12º 0.57% 0.58% -
XYZ 11.4 11.2 29.58 -
YUV 90.89 160.23 108.11 -
System Red Green Blue C M Y K H S L
Decimal 63 94 148 0.57 0.36 0 0.42 218.12 0.4 0.41
Hex 3F 5E 94 39 24 0 2A DA 28 29
Octal 77 136 224 71 44 0 52 332 50 51
Binary 111111 1011110 10010100 111001 100100 0 101010 11011010 101000 101001

Color Harmonies of #3F5E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5E94

Black with #3F5E94

Text Example


Text Example

White with #3F5E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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