Html Css Color HEX #3B63AA Mariner

📋 copy color: '#3B63AA'

red 59 ◦ green 99 ◦ blue 170

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

Shades of Mariner #3B63AA

Tints of Mariner #3B63AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.83%

R = 17.99%
G = 30.18%
B = 51.83%

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

#3B63AA (or 0x3B63AA) is known color: Mariner. HEX triplet: 3B, 63 and AA. RGB value is (59,99,170). Sum of RGB (Red+Green+Blue) = 59+99+170=328 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.99% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #3B63AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B63AA is #C49C55. Grayscale: #5E5E5E. Windows color (decimal): -12885078 or 11166523. OLE color: 11166523.

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

Color convert

RGB 59 99 170 -
CMYK 0.65 0.42 0 0.33
HSL 218.38º 0.48% 0.45% -
HSV(B) 218.38º 0.65% 0.67% -
XYZ 13.52 12.76 39.78 -
YUV 95.13 170.25 102.23 -
System Red Green Blue C M Y K H S L
Decimal 59 99 170 0.65 0.42 0 0.33 218.38 0.48 0.45
Hex 3B 63 AA 41 2A 0 21 DA 30 2D
Octal 73 143 252 101 52 0 41 332 60 55
Binary 111011 1100011 10101010 1000001 101010 0 100001 11011010 110000 101101

Color Harmonies of #3B63AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B63AA

Black with #3B63AA

Text Example


Text Example

White with #3B63AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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