Html Css Color HEX #3C63AB Mariner

📋 copy color: '#3C63AB'

red 60 ◦ green 99 ◦ blue 171

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

Shades of Mariner #3C63AB

Tints of Mariner #3C63AB

RGB

 RED value IS 60 (23.83% from 255) = 18.18%

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

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

R = 18.18%
G = 30%
B = 51.82%

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

#3C63AB (or 0x3C63AB) is known color: Mariner. HEX triplet: 3C, 63 and AB. RGB value is (60,99,171). Sum of RGB (Red+Green+Blue) = 60+99+171=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C63AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C63AB is #C39C54. Grayscale: #5F5F5F. Windows color (decimal): -12819541 or 11232060. OLE color: 11232060.

HSL color Cylindrical-coordinate representation of color #3C63AB: hue angle of 218.92º degrees, saturation: 0.48, 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 #3C63AB is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 99 171 -
CMYK 0.65 0.42 0 0.33
HSL 218.92º 0.48% 0.45% -
HSV(B) 218.92º 0.65% 0.67% -
XYZ 13.68 12.82 40.28 -
YUV 95.55 170.58 102.65 -
System Red Green Blue C M Y K H S L
Decimal 60 99 171 0.65 0.42 0 0.33 218.92 0.48 0.45
Hex 3C 63 AB 41 2A 0 21 DB 30 2D
Octal 74 143 253 101 52 0 41 333 60 55
Binary 111100 1100011 10101011 1000001 101010 0 100001 11011011 110000 101101

Color Harmonies of #3C63AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C63AB

Black with #3C63AB

Text Example


Text Example

White with #3C63AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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