Html Css Color HEX #3F5C99 Mariner

📋 copy color: '#3F5C99'

red 63 ◦ green 92 ◦ blue 153

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

Shades of Mariner #3F5C99

Tints of Mariner #3F5C99

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.87%

 BLUE value IS 153 (60.16% from 255) = 49.68%

R = 20.45%
G = 29.87%
B = 49.68%

CMYK

 C value IS 0.59

 M value IS 0.40

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3F5C99 (or 0x3F5C99) is known color: Mariner. HEX triplet: 3F, 5C and 99. RGB value is (63,92,153). Sum of RGB (Red+Green+Blue) = 63+92+153=308 (40% of max value = 765). Red value is 63 (25% from 255 or 20.45% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #3F5C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5C99 is #C0A366. Grayscale: #5A5A5A. Windows color (decimal): -12624743 or 10050623. OLE color: 10050623.

HSL color Cylindrical-coordinate representation of color #3F5C99: hue angle of 220.67º degrees, saturation: 0.42, 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 #3F5C99 is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 63 92 153 -
CMYK 0.59 0.40 0 0.4
HSL 220.67º 0.42% 0.42% -
HSV(B) 220.67º 0.59% 0.6% -
XYZ 11.63 11.01 31.65 -
YUV 90.28 163.39 108.54 -
System Red Green Blue C M Y K H S L
Decimal 63 92 153 0.59 0.40 0 0.4 220.67 0.42 0.42
Hex 3F 5C 99 3B 28 0 28 DD 2A 2A
Octal 77 134 231 73 50 0 50 335 52 52
Binary 111111 1011100 10011001 111011 101000 0 101000 11011101 101010 101010

Color Harmonies of #3F5C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5C99

Black with #3F5C99

Text Example


Text Example

White with #3F5C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,92,153); }

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

background-color css

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

 a { background-color: rgb(63,92,153); }

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

border-color css

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

 span { border-color: rgb(63,92,153); }

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