Html Css Color HEX #3F5DB2 Mariner

📋 copy color: '#3F5DB2'

red 63 ◦ green 93 ◦ blue 178

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

Shades of Mariner #3F5DB2

Tints of Mariner #3F5DB2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.84%

 BLUE value IS 178 (69.92% from 255) = 53.29%

R = 18.86%
G = 27.84%
B = 53.29%

CMYK

 C value IS 0.65

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3F5DB2 (or 0x3F5DB2) is known color: Mariner. HEX triplet: 3F, 5D and B2. RGB value is (63,93,178). Sum of RGB (Red+Green+Blue) = 63+93+178=334 (44% of max value = 765). Red value is 63 (25% from 255 or 18.86% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 178 (69.92% from 255 or 53.29% from 334); Max value from RGB is 178 - color contains mainly: blue. Hex color #3F5DB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5DB2 is #C0A24D. Grayscale: #5D5D5D. Windows color (decimal): -12624462 or 11689279. OLE color: 11689279.

HSL color Cylindrical-coordinate representation of color #3F5DB2: hue angle of 224.35º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F5DB2 is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 63 93 178 -
CMYK 0.65 0.48 0 0.30
HSL 224.35º 0.48% 0.47% -
HSV(B) 224.35º 0.65% 0.7% -
XYZ 14 12.1 43.72 -
YUV 93.72 175.56 106.09 -
System Red Green Blue C M Y K H S L
Decimal 63 93 178 0.65 0.48 0 0.30 224.35 0.48 0.47
Hex 3F 5D B2 41 30 0 1E E0 30 2F
Octal 77 135 262 101 60 0 36 340 60 57
Binary 111111 1011101 10110010 1000001 110000 0 11110 11100000 110000 101111

Color Harmonies of #3F5DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5DB2

Black with #3F5DB2

Text Example


Text Example

White with #3F5DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,93,178); }

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

background-color css

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

 a { background-color: rgb(63,93,178); }

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

border-color css

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

 span { border-color: rgb(63,93,178); }

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