Html Css Color HEX #3963B3 Mariner

📋 copy color: '#3963B3'

red 57 ◦ green 99 ◦ blue 179

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

Shades of Mariner #3963B3

Tints of Mariner #3963B3

RGB

 RED value IS 57 (22.66% from 255) = 17.01%

 GREEN value IS 99 (39.06% from 255) = 29.55%

 BLUE value IS 179 (70.31% from 255) = 53.43%

R = 17.01%
G = 29.55%
B = 53.43%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3963B3 (or 0x3963B3) is known color: Mariner. HEX triplet: 39, 63 and B3. RGB value is (57,99,179). Sum of RGB (Red+Green+Blue) = 57+99+179=335 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.01% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 179 (70.31% from 255 or 53.43% from 335); Max value from RGB is 179 - color contains mainly: blue. Hex color #3963B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3963B3 is #C69C4C. Grayscale: #5F5F5F. Windows color (decimal): -13016141 or 11756345. OLE color: 11756345.

HSL color Cylindrical-coordinate representation of color #3963B3: hue angle of 219.34º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3963B3 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 57 99 179 -
CMYK 0.68 0.45 0 0.30
HSL 219.34º 0.52% 0.46% -
HSV(B) 219.34º 0.68% 0.7% -
XYZ 14.29 13.05 44.41 -
YUV 95.56 175.09 100.5 -
System Red Green Blue C M Y K H S L
Decimal 57 99 179 0.68 0.45 0 0.30 219.34 0.52 0.46
Hex 39 63 B3 44 2D 0 1E DB 34 2E
Octal 71 143 263 104 55 0 36 333 64 56
Binary 111001 1100011 10110011 1000100 101101 0 11110 11011011 110100 101110

Color Harmonies of #3963B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3963B3

Black with #3963B3

Text Example


Text Example

White with #3963B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3963B3; }

 p { color: rgb(57,99,179); }

 H1.HeaderClassName
 {
   color: #3963B3;
 }
 .AnyTagClassName
 {
   color: #3963B3;
 }
</style>

background-color css

<style>
 a { background-color: #3963B3; }

 a { background-color: rgb(57,99,179); }

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

border-color css

<style>
 span { border-color: #3963B3; }

 span { border-color: rgb(57,99,179); }

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