Html Css Color HEX #3B63AB Mariner

📋 copy color: '#3B63AB'

red 59 ◦ green 99 ◦ blue 171

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

Shades of Mariner #3B63AB

Tints of Mariner #3B63AB

RGB

 RED value IS 59 (23.44% from 255) = 17.93%

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

 BLUE value IS 171 (67.19% from 255) = 51.98%

R = 17.93%
G = 30.09%
B = 51.98%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3B63AB (or 0x3B63AB) is known color: Mariner. HEX triplet: 3B, 63 and AB. RGB value is (59,99,171). Sum of RGB (Red+Green+Blue) = 59+99+171=329 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.93% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #3B63AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B63AB is #C49C54. Grayscale: #5E5E5E. Windows color (decimal): -12885077 or 11232059. OLE color: 11232059.

HSL color Cylindrical-coordinate representation of color #3B63AB: hue angle of 218.57º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B63AB is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 59 99 171 -
CMYK 0.65 0.42 0 0.33
HSL 218.57º 0.49% 0.45% -
HSV(B) 218.57º 0.65% 0.67% -
XYZ 13.62 12.79 40.28 -
YUV 95.25 170.75 102.15 -
System Red Green Blue C M Y K H S L
Decimal 59 99 171 0.65 0.42 0 0.33 218.57 0.49 0.45
Hex 3B 63 AB 41 2A 0 21 DB 31 2D
Octal 73 143 253 101 52 0 41 333 61 55
Binary 111011 1100011 10101011 1000001 101010 0 100001 11011011 110001 101101

Color Harmonies of #3B63AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B63AB

Black with #3B63AB

Text Example


Text Example

White with #3B63AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,99,171); }

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

background-color css

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

 a { background-color: rgb(59,99,171); }

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

border-color css

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

 span { border-color: rgb(59,99,171); }

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